import * as React from 'react';
declare const IconComponent: React.ForwardRefExoticComponent<Omit<Omit<import("../components/Icon").IconProps, "svg" | "type">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
export default IconComponent;
