export declare function createExportIframe(title?: string): HTMLIFrameElement;
/**
 * Applies styles to an element and returns the previous styles.
 */
export declare function applyStyles(element: HTMLElement | SVGElement, styles: Record<string, string | null>): Record<string, string | null>;