declare namespace _default { let components: { label: string; applyMaskOn: string; mask: boolean; tableView: boolean; delimiter: boolean; requireDecimal: boolean; inputFormat: string; truncateMultipleSpaces: boolean; validateWhenHidden: boolean; key: string; type: string; input: boolean; defaultValue: string; }[]; } export default _default;