import { ParseResult, ParseValue, DeepReadonly } from "@reactway/forms-core"; export interface NumberModifierProps { decimalSeparator?: string; thousandsSeparator?: string; } export declare function parseNumber(current: ParseValue, previous: DeepReadonly>, decimalSeparator: string, thousandsSeparator: string, takeLastSeparator?: boolean): ParseResult; export declare const NumberModifier: (props: NumberModifierProps) => null; //# sourceMappingURL=number-modifier.d.ts.map