/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare function svgToPng(svgSrc: string): Promise; //# sourceMappingURL=svg-to-png.d.ts.map