export declare const useFocus: () => { focusProps: { onFocus: () => void; onBlur: () => void; }; isFocused: boolean; };