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