import { ExtendedConfig } from './types';
declare function print(config: ExtendedConfig, printFrame: HTMLIFrameElement, printableElement?: HTMLElement): void;
export { print };
