import type { SVGProps } from 'react';
declare const SvgCheckMarkCircleFill: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
/**
 * @deprecated The ‘CheckMarkCircleFill’ icon will be removed in the next major release.
 * Use ‘SuccessFill’ instead.
 */
export default SvgCheckMarkCircleFill;
