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