import { SVGProps } from 'react';

declare const Verge: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Verge as default };
