import { SVGProps } from 'react';

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

export { Vibe as default };
