import { SVGProps } from 'react';

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

export { Zilliqa as default };
