import { IconDefinition } from '../../types';
declare const CheckCircle: IconDefinition;
export default CheckCircle;
