export declare const FormGroupTemplates: { defaultTemplate: { property: { display: boolean; disable: boolean; title: string; submitButton: { display: boolean; disable: boolean; label: string; }; payload: any; }; style: {}; }; };