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