export declare enum InputNumberType { currency = "currency", decimal = "decimal", integer = "integer" }