import { type PropsWithChildren } from 'react'; /** * Provider keeping a map of the children to be rendered in a `KeepMounted` component and * the element the children should be portalled to. * @internal */ export declare const KeepMountedContextProvider: ({ children }: PropsWithChildren) => import("react/jsx-runtime.js").JSX.Element;