import type React from 'react'; import { type IconProps } from './IconSvg'; export declare function CircleCheckIcon({ size, strokeWidth, title, className, style, }: Readonly): React.JSX.Element; //# sourceMappingURL=CircleCheckIcon.d.ts.map