import type { IconProps } from '../types/index'; declare function SvgComponent(iconProps: IconProps): JSX.Element; declare namespace SvgComponent { var displayName: string; } export default SvgComponent;