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