declare namespace _default { let title: string; let name: string; let path: string; let type: string; let display: string; let components: ({ label: string; widget: string; tableView: boolean; data: { values: { label: string; value: string; }[]; }; dataType: string; key: string; type: string; input: boolean; applyMaskOn?: undefined; conditional?: undefined; } | { label: string; applyMaskOn: string; tableView: boolean; key: string; type: string; input: boolean; conditional: { show: boolean; conjunction: string; conditions: { component: string; operator: string; value: number; }[]; }; widget?: undefined; data?: undefined; dataType?: undefined; })[]; } export default _default;