export declare const FormQuestionTemplates: { defaultTemplate: { property: { display: boolean; disable: boolean; required: boolean; questionID: string; componentType: string; type: string; key: string; value: string; label: string; minSelected: number; maxSelected: number; items: any[]; validation: any; details: any; }; style: {}; }; };