import { HtmlRenderer } from './htmlRenderer'; export interface PolyfillOptions { pageStyles?: string; force?: boolean; } export declare function getHtmlRenderer(): HtmlRenderer; export declare function installHtmlInCanvasPolyfill(options?: PolyfillOptions): void; export declare function uninstallHtmlInCanvasPolyfill(): void; //# sourceMappingURL=htmlInCanvasPolyfill.d.ts.map