import type { ReactNode } from 'react'; export type PageDisposer = () => void; export declare function mountReactPage(root: HTMLElement, node: ReactNode): PageDisposer; //# sourceMappingURL=react-mount.d.ts.map