export declare function parseCustomFormConfig(customFormConfig?: string): Record<string, any> | null;
