export declare const isPrintableKey: (event: KeyboardEvent) => boolean; export declare const isNumberKey: (keyCode: number) => boolean;