import { ConfigSetting } from '../sections'; import { ContainerWidth } from '../state'; export declare const containerWidthOptions: { value: ContainerWidth; label: string; }[]; declare const defaultSectionConfig: ConfigSetting[]; export default defaultSectionConfig; //# sourceMappingURL=default-section-config.d.ts.map