import { SectionSchema } from '../sections'; import { ContainerWidth, ElementType, ImageBannerConfig, SectionHeight } from '../state'; export declare const generateInitialConfig: (overrides?: { [key: string]: any; }) => () => { id: string; elements: { id: string; type: ElementType; html: string; level: number; color: string; }[]; image: { src: string; alt: string; type: string; lazy: boolean; }; containerWidth: ContainerWidth; paddingTop: number; paddingBottom: number; overlayOpacity: number; height: SectionHeight; }; declare const coreImageBannerSchema: Omit, 'previewImage' | 'clientComponent'>; export default coreImageBannerSchema; //# sourceMappingURL=core-image-banner-schema.d.ts.map