import React from 'react';
import { IHtmlProps } from './types';
export declare function getClientCssPaths(manifest: any): string[];
export declare function Html({ children, loaderData, manifest, htmlPageOpts, __INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, mountElementId, }: React.PropsWithChildren): React.JSX.Element;