/// import { IIconProps } from '../types'; declare function SvgComponent(props: IIconProps): JSX.Element; export default SvgComponent;