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