import { SVGProps } from 'react';

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

export { Livepeer as default };
