/// import { IIconProps } from "../types"; declare const SVGComponent: (props: IIconProps) => JSX.Element; export default SVGComponent;