import React from 'react'; import type { IIconProps } from '../utils'; export declare const IconComponent: ({ isTransparent, color, width, height, viewBox }: IIconProps) => React.JSX.Element;