import { Config } from '@svgr/core';
import type { LoaderContext } from '../../compiled/webpack';
declare function svgrLoader(this: LoaderContext<Config>, contents: string): void;
export default svgrLoader;
