declare namespace _default { let components: ({ label: string; tableView: boolean; modal: boolean; rowDrafts: boolean; key: string; type: string; displayAsTable: boolean; input: boolean; components: ({ label: string; widget: string; tableView: boolean; data: { values: { label: string; value: string; }[]; }; validate: { required: boolean; }; key: string; type: string; input: boolean; applyMaskOn?: undefined; validateWhenHidden?: undefined; } | { label: string; applyMaskOn: string; tableView: boolean; validate: { required: boolean; }; validateWhenHidden: boolean; key: string; type: string; input: boolean; widget?: undefined; data?: undefined; })[]; showValidations?: undefined; saveOnEnter?: undefined; } | { label: string; showValidations: boolean; tableView: boolean; key: string; type: string; input: boolean; saveOnEnter: boolean; modal?: undefined; rowDrafts?: undefined; displayAsTable?: undefined; components?: undefined; })[]; } export default _default;