import { Icon } from '../iconTypes';
declare const IconInfoInverted: ({ className, color, height, title, width }: Icon) => JSX.Element;
export default IconInfoInverted;
