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