export declare function useInputHasFocus(): { hasFocus: boolean; inputProps: { onBlur: () => void; onFocus: () => void; }; };