import type { SVGProps } from "react"; export interface MessageTextIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function MessageTextIcon({ className, size, color, ...props }: MessageTextIconProps): import("react").JSX.Element; //# sourceMappingURL=message-text-icon.d.ts.map