import { type View } from "react-native"; export declare function useDialogFocus( /** Run the focus management only while the dialog is open. */ open: boolean): import("react").RefObject; export declare function usePopoverFocus(open: boolean): import("react").RefObject; //# sourceMappingURL=use-dialog-focus.d.ts.map