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