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