import { SVGProps } from 'react';

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

export { Kava as default };
