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