import { IconSvgProps } from '../types';
declare const CheckCircle: (props: IconSvgProps) => import("react/jsx-runtime").JSX.Element;
export default CheckCircle;
//# sourceMappingURL=CheckCircle.d.ts.map