import { PNGExportOptions } from './types'; export declare function exportToPNGString(svg: SVGSVGElement, options?: Omit): Promise;