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