export default useFocus;
declare function useFocus(size: any): (string | import("react").Dispatch<import("react").SetStateAction<string>>)[];
