import { ConfigSettingType, SectionSchema } from '../sections'; import { CustomFormConfig, ElementType } from '../state'; declare const coreCustomFormSchema: Omit, 'previewImage' | 'clientComponent'>; export declare function customFormSelectSetting(): { label: string; type: ConfigSettingType; field: string; }; export declare function generateInitialConfig(overrides?: { [key: string]: any; }): () => { id: string; elements: { id: string; type: ElementType; html: string; level: number; }[]; formId: string; formElements: never[]; }; export default coreCustomFormSchema; //# sourceMappingURL=core-custom-form-schema.d.ts.map