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