declare namespace _default { namespace conditional { let eq: string; let when: null; let show: string; } let tags: never[]; let type: string; let columns: { components: { tags: never[]; type: string; conditional: { eq: string; when: null; show: string; }; validate: { customPrivate: boolean; custom: string; pattern: string; maxLength: string; minLength: string; required: boolean; }; persistent: boolean; unique: boolean; protected: boolean; defaultValue: string; multiple: boolean; suffix: string; prefix: string; placeholder: string; key: string; label: string; inputMask: string; inputType: string; tableView: boolean; input: boolean; }[]; }[]; let key: string; let input: boolean; } export default _default;