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