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