import { SVGProps } from 'react';

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

export { Kleros as default };
