/// <reference types="react" />
export declare function IconForum({ color, size, ...props }: {
    color?: string;
    size?: number;
    style?: React.CSSProperties;
    className?: string;
    indeterminate?: boolean;
}): import("react/jsx-runtime").JSX.Element;
