declare namespace _default { let components: ({ label: string; reorder: boolean; addAnotherPosition: string; defaultOpen: boolean; layoutFixed: boolean; enableRowGroups: boolean; tableView: boolean; defaultValue: {}[]; key: string; type: string; input: boolean; components: { label: string; tableView: boolean; validate: { required: boolean; custom: string; customPrivate: boolean; strictDateValidation: boolean; multiple: boolean; unique: boolean; minLength: string; maxLength: string; pattern: string; }; key: string; type: string; input: boolean; placeholder: string; prefix: string; customClass: string; suffix: string; multiple: boolean; defaultValue: null; protected: boolean; unique: boolean; persistent: boolean; hidden: boolean; clearOnHide: boolean; refreshOn: string; redrawOn: string; modalEdit: boolean; labelPosition: string; description: string; errorLabel: string; tooltip: string; hideLabel: boolean; tabindex: string; disabled: boolean; autofocus: boolean; dbIndex: boolean; customDefaultValue: string; calculateValue: string; calculateServer: boolean; widget: { type: string; }; attributes: {}; validateOn: string; conditional: { show: null; when: null; eq: string; }; overlay: { style: string; left: string; top: string; width: string; height: string; }; allowCalculateOverride: boolean; encrypted: boolean; showCharCount: boolean; showWordCount: boolean; properties: {}; allowMultipleMasks: boolean; mask: boolean; inputType: string; inputFormat: string; inputMask: string; spellcheck: boolean; id: string; }[]; placeholder: string; prefix: string; customClass: string; suffix: string; multiple: boolean; protected: boolean; unique: boolean; persistent: boolean; hidden: boolean; clearOnHide: boolean; refreshOn: string; redrawOn: string; modalEdit: boolean; labelPosition: string; description: string; errorLabel: string; tooltip: string; hideLabel: boolean; tabindex: string; disabled: boolean; autofocus: boolean; dbIndex: boolean; customDefaultValue: string; calculateValue: string; calculateServer: boolean; widget: null; attributes: {}; validateOn: string; validate: { required: boolean; custom: string; customPrivate: boolean; strictDateValidation: boolean; multiple: boolean; unique: boolean; }; conditional: { show: null; when: null; eq: string; }; overlay: { style: string; left: string; top: string; width: string; height: string; }; allowCalculateOverride: boolean; encrypted: boolean; showCharCount: boolean; showWordCount: boolean; properties: {}; allowMultipleMasks: boolean; tree: boolean; disableAddingRemovingRows: boolean; id: string; showValidations?: undefined; size?: undefined; leftIcon?: undefined; rightIcon?: undefined; block?: undefined; action?: undefined; disableOnInvalid?: undefined; theme?: undefined; dataGridLabel?: undefined; } | { label: string; showValidations: boolean; tableView: boolean; key: string; type: string; input: boolean; placeholder: string; prefix: string; customClass: string; suffix: string; multiple: boolean; defaultValue: null; protected: boolean; unique: boolean; persistent: boolean; hidden: boolean; clearOnHide: boolean; refreshOn: string; redrawOn: string; modalEdit: boolean; labelPosition: string; description: string; errorLabel: string; tooltip: string; hideLabel: boolean; tabindex: string; disabled: boolean; autofocus: boolean; dbIndex: boolean; customDefaultValue: string; calculateValue: string; calculateServer: boolean; widget: { type: string; }; attributes: {}; validateOn: string; validate: { required: boolean; custom: string; customPrivate: boolean; strictDateValidation: boolean; multiple: boolean; unique: boolean; }; conditional: { show: null; when: null; eq: string; }; overlay: { style: string; left: string; top: string; width: string; height: string; }; allowCalculateOverride: boolean; encrypted: boolean; showCharCount: boolean; showWordCount: boolean; properties: {}; allowMultipleMasks: boolean; size: string; leftIcon: string; rightIcon: string; block: boolean; action: string; disableOnInvalid: boolean; theme: string; dataGridLabel: boolean; id: string; reorder?: undefined; addAnotherPosition?: undefined; defaultOpen?: undefined; layoutFixed?: undefined; enableRowGroups?: undefined; components?: undefined; tree?: undefined; disableAddingRemovingRows?: undefined; })[]; } export default _default;