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; components: { label: string; mask: boolean; spellcheck: boolean; tableView: boolean; delimiter: boolean; requireDecimal: boolean; inputFormat: string; key: string; type: string; input: boolean; }[]; }[]; } export default _default;