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