/// import { IconProps } from '../../types'; declare const CheckCircle: (allProps: IconProps) => JSX.Element; export default CheckCircle;