import { SVGProps } from 'react'; declare const Vibe: (props: SVGProps) => JSX.Element; export { Vibe as default };