declare namespace _default { let components: ({ label: string; hideInputLabels: boolean; inputsLabelPosition: string; useLocaleSettings: boolean; alwaysEnabled: boolean; tableView: boolean; fields: { day: { hide: boolean; required: boolean; }; month: { hide: boolean; required: boolean; }; year: { hide: boolean; required: boolean; }; }; key: string; type: string; input: boolean; showValidations?: undefined; } | { label: string; showValidations: boolean; alwaysEnabled: boolean; tableView: boolean; key: string; type: string; input: boolean; hideInputLabels?: undefined; inputsLabelPosition?: undefined; useLocaleSettings?: undefined; fields?: undefined; })[]; } export default _default;