export declare const useFocusVisible: () => { focusVisible: boolean; onFocus: () => void; onBlur: () => void; };