import type { Config as SvgoConfig } from "svgo" export type PluginOptions = { config?: SvgoConfig } export type UserPluginOptions = Partial export type SpriteProps = { src: string symbolId?: string className?: string title?: string attributes?: React.SVGProps } & React.SVGProps