import * as React from "react"; import type { IconProps } from "../types"; declare const CheckCircle: React.ForwardRefExoticComponent>; export default CheckCircle; //# sourceMappingURL=check-circle.d.ts.map