import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const CheckmarkCircleIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { CheckmarkCircleIcon, CheckmarkCircleIcon as default };
//# sourceMappingURL=CheckmarkCircle.d.ts.map