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