export declare const useFocus: () => { focusProps: { onFocus: () => void; onBlur: () => void; }; isFocused: boolean; }; //# sourceMappingURL=useFocus.d.ts.map