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