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