import { SVGProps } from 'react';

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

export { Lisk as default };
