import type { Plugin } from "vite"; import type { RollupSvgCombinerOptions } from "./types"; export * from "./types"; export default function svgCombiner(options?: RollupSvgCombinerOptions): Promise;