/// <reference types="react" />
export interface IconChatboxOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconChatboxOutline: React.FC<IconChatboxOutlineProps>;
