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