export declare function replaceSpecialCharacters(str: string): string; export default function mountComponentsInHtml({ page, html, hydrateOptions }: { page: any; html: any; hydrateOptions: any; }): Promise;