import { LayoutStyle, Uuid } from "@win2win/shared";
export interface SectionProps<T> {
    styles?: LayoutStyle;
    id: Uuid;
    content: T;
}
//# sourceMappingURL=document-layouts.d.ts.map