export declare const FormTemplates: { defaultTemplate: { property: { display: boolean; disable: boolean; questions: any[]; maxColumns: number; commonQuestions: any[]; key: string; submitButton: { display: boolean; disable: boolean; label: string; }; payload: any; }; style: {}; }; healthCareTemplate: { headerQuestions: { componentType: string; label: string; type: string; value: string; required: boolean; key: string; }[]; style: {}; }; };