import React from 'react'; export declare const EtherscanLink: (props: { address: string; type: string; code?: boolean; style?: React.CSSProperties; length?: number; }) => JSX.Element | null; //# sourceMappingURL=index.d.ts.map