export interface PrintProps { content: { current: HTMLElement; }; newWindow?: boolean; title?: string; } export default function _print(props: PrintProps): void;