import type { IconProps } from '../../types';
declare const CheckFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Check Fill
 * @see {@link https://remixicon.com/icon/check-fill Remix Icon Docs}
 */
export { CheckFill };
