///
export declare function useElementFocus(): {
readonly ref: import("react").RefObject;
readonly focusOnMount: import("react").RefObject;
readonly focus: () => void;
readonly blur: () => void;
readonly select: () => void;
readonly scrollIntoView: (options?: ScrollIntoViewOptions) => void;
};