export declare const InputUtil: {
    numericInputKeyDown(event: KeyboardEvent, currentValue: string | undefined, onChange: (value: string) => void): void;
};
