declare namespace _default { let type: string; let tags: never[]; let components: ({ type: string; title: string; isNew: boolean; components: { autofocus: boolean; input: boolean; tableView: boolean; inputType: string; inputMask: string; label: string; key: string; placeholder: string; prefix: string; suffix: string; multiple: boolean; defaultValue: string; protected: boolean; unique: boolean; persistent: boolean; hidden: boolean; clearOnHide: boolean; spellcheck: boolean; validate: { required: boolean; minLength: string; maxLength: string; pattern: string; custom: string; customPrivate: boolean; }; conditional: { show: string; when: null; eq: string; }; type: string; labelPosition: string; inputFormat: string; tags: never[]; properties: {}; }[]; input: boolean; key: string; clearOnHide: boolean; theme: string; tableView: boolean; hideLabel: boolean; autofocus?: undefined; label?: undefined; size?: undefined; leftIcon?: undefined; rightIcon?: undefined; block?: undefined; action?: undefined; disableOnInvalid?: undefined; } | { type: string; title: string; isNew: boolean; components: { autofocus: boolean; input: boolean; tableView: boolean; inputType: string; label: string; key: string; placeholder: string; prefix: string; suffix: string; defaultValue: string; protected: boolean; persistent: boolean; hidden: boolean; clearOnHide: boolean; validate: { required: boolean; min: string; max: string; step: string; integer: string; multiple: string; custom: string; }; type: string; labelPosition: string; tags: never[]; conditional: { show: string; when: null; eq: string; }; properties: {}; }[]; input: boolean; key: string; clearOnHide: boolean; theme: string; tableView: boolean; hideLabel: boolean; autofocus?: undefined; label?: undefined; size?: undefined; leftIcon?: undefined; rightIcon?: undefined; block?: undefined; action?: undefined; disableOnInvalid?: undefined; } | { type: string; title: string; isNew: boolean; components: { autofocus: boolean; input: boolean; inputType: string; tableView: boolean; label: string; dataGridLabel: boolean; key: string; defaultValue: boolean; protected: boolean; persistent: boolean; hidden: boolean; name: string; value: string; clearOnHide: boolean; validate: { required: boolean; }; type: string; labelPosition: string; hideLabel: boolean; tags: never[]; conditional: { show: string; when: null; eq: string; }; properties: {}; }[]; input: boolean; key: string; clearOnHide: boolean; theme: string; tableView: boolean; hideLabel: boolean; autofocus?: undefined; label?: undefined; size?: undefined; leftIcon?: undefined; rightIcon?: undefined; block?: undefined; action?: undefined; disableOnInvalid?: undefined; } | { autofocus: boolean; input: boolean; label: string; tableView: boolean; key: string; size: string; leftIcon: string; rightIcon: string; block: boolean; action: string; disableOnInvalid: boolean; theme: string; type: string; title?: undefined; isNew?: undefined; components?: undefined; clearOnHide?: undefined; hideLabel?: undefined; })[]; let revisions: string; let title: string; let display: string; let submissionAccess: never[]; let settings: {}; let name: string; let path: string; } export default _default;