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