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