import { SVG } from "../svg/index.js"; /** * Scale icon */ declare function scaleSVG(svg: SVG, scale: number): void; export { scaleSVG };