/// export declare function useFocus(targetRef: React.RefObject, options?: { trap?: boolean; }): { focused: boolean; focus: () => void; };