/// <reference types="react" />
import type { IconProps } from '../../types';
/**
 * MingCute Icon: Classify 2 Fill
 * @see {@link https://www.mingcute.com MingCute Icon Docs}
 */
export declare const Classify2Fill: import("react").MemoExoticComponent<{
    (props: IconProps): import("react").JSX.Element;
    displayName: string;
}>;
