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