import { SVGProps } from 'react'; import { CheckColorVariant } from './CheckIcon/CheckIcon.css'; declare const SvgCheckCircle: (props: SVGProps & CheckColorVariant) => import("react").JSX.Element; export default SvgCheckCircle;