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