import { SvgComponentTemplate } from "../interfaces/SVGComponentTemplate"; /** * Renders svg components as needed in a typical nextjs setup. * * @see https://stackoverflow.com/a/67641345/2072165 (Including SVG inside HTML (for webpack-5, TS)) */ export declare const svgComponentTemplateNextjs: SvgComponentTemplate;