import { IRawHtmlConfig } from './types';
export declare type ExtendedRawHtmlConfig = IRawHtmlConfig & {
    frameId: string;
};
declare function rawHtml(config: ExtendedRawHtmlConfig, printFrame: HTMLIFrameElement): void;
export { rawHtml };
