export declare const MOCK_1: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; maxLength: number; required: boolean; validations: { minLength: number; }; validationErrors: { isDefaultRequiredValue: string; minLength: string; }; width: number; }[]; }; }[]; loading: boolean; refForm: string; }; export declare const MOCK_2: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; maxLength: number; required: boolean; validations: { minLength: number; }; validationErrors: { isDefaultRequiredValue: string; minLength: string; }; width: number; }[]; }; }[]; loading: boolean; refForm: string; }; export declare const MOCK_3: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; maxLength: number; required: boolean; validations: { minLength: number; isNumeric: boolean; }; validationErrors: { minLength: string; }; width: number; }[]; }; }[]; loading: boolean; refForm: string; }; export declare const MOCK_4: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; required: boolean; validationErrors: { isDefaultRequiredValue: string; }; width: number; data: { key: number; text: string; value: number; }[]; multiple: boolean; }[]; }; }[]; loading: boolean; refForm: string; }; export declare const MOCK_5: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; required: boolean; validationErrors: { isDefaultRequiredValue: string; }; width: number; data: { key: number; text: string; value: string; }[]; multiple: boolean; }[]; }; }[]; loading: boolean; refForm: string; }; export declare const MOCK_6: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; required: boolean; validations: { minLength: number; }; validationErrors: { isDefaultRequiredValue: string; minLength: string; }; width: number; }[]; }; }[]; loading: boolean; refForm: string; }; export declare const MOCK_7: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; required: boolean; defaultChecked: boolean; validations: { isTrue: boolean; }; validationErrors: { isTrue: string; isDefaultRequiredValue: string; }; width: number; }[]; }; }[]; loading: boolean; refForm: string; }; export declare const MOCK_8: { formTemplate: { row: { fields: { label: string; name: string; type: string; value: string; placeholder: string; color: string; icon: string; floated: string; required: boolean; validations: {}; validationErrors: {}; width: number; }[]; }; }[]; loading: boolean; refForm: string; };