import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const CircleArrowRightOutlined: React.MemoExoticComponent>; declare type CircleArrowRightOutlinedRef = PathIconRef; declare type CircleArrowRightOutlinedProps = PathIconProps; export { CircleArrowRightOutlined }; export type { CircleArrowRightOutlinedRef, CircleArrowRightOutlinedProps }; export default CircleArrowRightOutlined;