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