import type { LoaderThis } from './types.js'; /** * Loader for SVG files * Content are not edited, just stringified * The plugin create sprites */ export default function SvgChunkWebpackLoader(this: LoaderThis, content: string): Promise;