import React from 'react';
import { IconProps } from "./";
declare const IUI: React.FC<IconProps>;
export default IUI;
