/** fallback html template for the main UI, in case ssr is not active */ export declare function html(title: string, withDevTools?: boolean): () => string;