import React from "react";
export default class CheckCircle extends React.Component<any, any> {
    render(): React.ReactNode;
}
