/** * Focus an element (usually an input) when a dialog becomes visible. * Use the concrete elements type as a type parameter. * * @param {boolean} isVisible - Whether the dialog is visible * @returns {React.RefObject} A ref to pass to the element which should be focused */ declare const _default: (isVisible: boolean) => import("react").RefObject; export default _default; //# sourceMappingURL=useFocusedOnVisible.d.ts.map