import { IMount } from "./mount.types.js"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/mount/mount-minimal.d.ts declare function MountMinimal({ forceMount, open, children, ref, skipWaiting, renderOnce }: IMount.IMinimalProps): react_jsx_runtime0.JSX.Element | null; //#endregion export { MountMinimal };