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