import { SVGProps } from "react";
declare const SvgWarehouse: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgWarehouse;
