/** * Opens the browser print dialog with the content of a given HTML element. * Uses a hidden iframe to avoid opening a new window. * * @param sourceElement - The HTML element whose content to print * @param title - The document title for the printed page * @returns true if print dialog was opened successfully, false otherwise */ export declare function printElementToPdf(sourceElement: HTMLElement, title: string): boolean; //# sourceMappingURL=print.d.ts.map