import { SVGProps } from 'react';

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

export { Chainlink as default };
