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