import type { PluginOption } from 'vite'; import type { SvgrPluginOptions } from './index'; /** * =========================== MAIN PLUGIN FUNCTION ============================================= */ export declare function svgrComponent({ importStringPattern, svgrOptions, typescript, keepEmittedAssets, }?: Partial | undefined): PluginOption;