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