declare namespace _default { let type: string; let components: ({ label: string; tableView: boolean; key: string; type: string; input: boolean; showValidations?: undefined; } | { label: string; showValidations: boolean; tableView: boolean; key: string; type: string; input: boolean; })[]; let title: string; let display: string; let controller: string; let properties: {}; let settings: {}; let name: string; let path: string; } export default _default;