import { ReactIconComponentType } from '../types';

declare const CheckCircle: ReactIconComponentType;
export default CheckCircle;
            