export declare const useInputControl: (input: any) => { focus: () => void; handleKeyup: (e: any) => any; removeAutocomplete: () => void; };