import { FocusableElement } from "@hakuna-matata-ui/utils"; import React from "react"; export interface UseFocusOnShowOptions { visible?: boolean; shouldFocus?: boolean; preventScroll?: boolean; focusRef?: React.RefObject; } export declare function useFocusOnShow(target: React.RefObject | T, options?: UseFocusOnShowOptions): void; //# sourceMappingURL=use-focus-on-show.d.ts.map