import { Plugin } from "vite"; export declare function svgPlugin(): Plugin; export declare const svgToJS: (svg: string, production: boolean) => string;