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