import { ElementType, MixedSection } from '../state'; import { SectionSchema } from '../sections'; declare const coreTabbedContentSchema: Omit; export declare const initialImageRowItem: () => { id: string; elements: { id: string; type: ElementType; image: { src: string; alt: string; width: number; height: number; }; }[]; }; export declare const initialTabItem: (tabTitle: string) => MixedSection; export default coreTabbedContentSchema; //# sourceMappingURL=core-tabbed-content-schema.d.ts.map