import { FC } from 'react'; import { IIconProps } from 'types'; declare const SvgComponent: FC; export default SvgComponent;