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