import type { IconProps } from '../../types';
declare const CheckCircleFill: import("react").NamedExoticComponent<IconProps>;
/**
 * MingCute Icon: Check Circle Fill
 * @see {@link https://www.mingcute.com MingCute Icon Docs}
 */
export { CheckCircleFill };
