import type { SVGProps } from "react"; export interface CheckCircleIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function CheckCircleIcon({ className, size, color, ...props }: CheckCircleIconProps): import("react").JSX.Element; //# sourceMappingURL=check-circle-icon.d.ts.map