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