declare namespace _default { let components: { label: string; tableView: boolean; rowDrafts: boolean; key: string; type: string; input: boolean; components: { label: string; widget: string; tableView: boolean; dataSrc: string; data: { custom: string; }; valueProperty: string; template: string; selectThreshold: number; key: string; type: string; input: boolean; }[]; }[]; } export default _default;