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