declare namespace _default { let type: string; let display: string; let components: { title: string; breadcrumbClickable: boolean; buttonSettings: { previous: boolean; cancel: boolean; next: boolean; }; navigateOnEnter: boolean; saveOnEnter: boolean; scrollToTop: boolean; collapsible: boolean; key: string; type: string; label: string; components: { label: string; disabled: boolean; alwaysEnabled: boolean; tableView: boolean; defaultValue: string; key: string; type: string; input: boolean; inputMask: string; hideOnChildrenHidden: 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; dataGridLabel: boolean; labelPosition: string; description: string; errorLabel: string; tooltip: string; hideLabel: boolean; tabindex: string; 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; minLength: string; maxLength: string; pattern: 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; addons: never[]; mask: boolean; inputType: string; inputFormat: string; displayMask: string; spellcheck: boolean; truncateMultipleSpaces: boolean; format: string; dataFormat: string; }[]; input: boolean; tableView: boolean; id: string; 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; dataGridLabel: 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; addons: never[]; tree: boolean; lazyLoad: boolean; theme: string; breadcrumb: string; }[]; } export default _default;