import { SVGProps } from 'react';

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

export { Kusama as default };
