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