/** * @module global.d.ts */ /// declare module '*.svg' { const content: string; export = content; } declare const __ESM__: boolean; declare const __HOT_CLIENT__: string; declare const __PLUGIN_NAME__: string;