declare namespace _default { let title: string; let name: string; let path: string; let type: string; let display: string; let components: ({ label: string; alwaysEnabled: boolean; tableView: boolean; key: string; type: string; input: boolean; validateWhenHidden?: undefined; rowDrafts?: undefined; displayAsTable?: undefined; components?: undefined; } | { label: string; tableView: boolean; validateWhenHidden: boolean; rowDrafts: boolean; key: string; type: string; displayAsTable: boolean; input: boolean; components: { label: string; applyMaskOn: string; tableView: boolean; validate: { custom: string; }; validateWhenHidden: boolean; key: string; type: string; alwaysEnabled: boolean; input: boolean; }[]; alwaysEnabled?: undefined; })[]; } export default _default;