import { FC } from "react"; import { CheckCircleProps } from "./CheckCircleProps"; declare const CheckCircle: FC; export default CheckCircle;