import type { RefObject } from 'react';
export declare function useFocus(
/**
 * The target element for the focus event.
 */
ref: RefObject<HTMLElement>): boolean;
export declare function useFocusIn(
/**
 * The target element for the focusin event.
 */
ref: RefObject<HTMLElement>): boolean;
//# sourceMappingURL=use-focus.d.ts.map