import { SvgIcon } from "./svg-icon.js"; /** * Generates the template for the {@link @fabric-msft/fabric-web#SvgIcon} component. * * @public * @remarks * This template provides the HTML structure for the `SvgIcon` component. * * @returns {ElementViewTemplate} The template for the `SvgIcon` component. */ export declare const template: import("@microsoft/fast-element").ViewTemplate; //# sourceMappingURL=svg-icon.template.d.ts.map