/// <reference types="react" />
import React from 'react';
declare const SvgIcon: React.ForwardRefExoticComponent<import("./SvgIcon.types-413b9889").ComponentProps & React.AllHTMLAttributes<HTMLOrSVGElement> & React.RefAttributes<HTMLOrSVGElement>>;
export { SvgIcon as default };
