export declare const isChar: (keyCode: number) => boolean;
export declare const isRepeatedChar: (str: string) => boolean;
interface UseNativeSearch {
    (inputProps: any): (e: React.KeyboardEvent) => void;
}
export declare const useNativeSearch: UseNativeSearch;
export {};
