declare namespace _default { let label: string; let tableView: boolean; let key: string; let type: string; let input: boolean; let components: { label: string; tableView: boolean; key: string; type: string; input: boolean; valueComponent: { type: string; key: string; label: string; input: boolean; hideLabel: boolean; tableView: boolean; }; }[]; } export default _default;