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