/** * This template, together with loaders in the bundler and packages, allows * for SVG to be imported directly as Material UI SvgIcon components by suffixing * them with .icon.svg */ export declare function svgrTemplate({ imports, interfaces, componentName, props, jsx }: any, { tpl }: any): any;