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