declare namespace _default { namespace conditional { let eq: string; let when: null; let show: string; } let tags: never[]; let type: string; let components: { conditional: { eq: string; when: null; show: string; }; tags: never[]; type: string; validate: { custom: string; }; clearOnHide: boolean; persistent: boolean; protected: boolean; dayFirst: boolean; fields: { year: { required: boolean; placeholder: string; type: string; }; month: { required: boolean; placeholder: string; type: string; }; day: { required: boolean; placeholder: string; type: string; }; }; key: string; label: string; tableView: boolean; input: boolean; }[]; let nextPage: null; let theme: string; let title: string; let input: boolean; let disabled: boolean; let key: string; } export default _default;