export declare function isInvalidAmountKey(event: KeyboardEvent): boolean; export declare function parseFrAmount(value: string): number; export declare function numberToFrAmount(value: number | string): string; export declare function roundToStep(value: number, step: number | 'any'): number;