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