/// <reference types="react" />
import { UimIconProps } from '../index.types';
declare function UimHtml3(props: UimIconProps): JSX.Element;
export default UimHtml3;
