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