import type { ReactNode } from 'react'; import React from 'react'; export declare const mountPointId = "root"; export declare function MountPoint({ children }: { children?: ReactNode; }): React.JSX.Element; export declare function fillMountPoint(htmlTemplate: string, content: string): string;