import { IHtmlConfig } from './types'; export declare type ExtendedHtmlConfig = IHtmlConfig & { frameId: string; }; declare function html(config: ExtendedHtmlConfig, printFrame: HTMLIFrameElement): void; export declare function collectStyles(element: HTMLElement, config: ExtendedHtmlConfig): string; export { html };