import { type PropsWithChildren } from 'react'; import type { Fn } from '../../@aileron/declare/index.js'; interface ModalManagerContextProviderProps { usePathname: Fn<[], { pathname: string; }>; } export declare const ModalManagerContextProvider: import("react").MemoExoticComponent<({ usePathname, children, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element>; export {};