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