import { SVGProps } from 'react';

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

export { Vesper as default };
