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