import { web3 } from '@project-serum/anchor'; import React from 'react'; export declare const ExplorerLink: (props: { address: string | web3.PublicKey; type: string; style?: React.CSSProperties; length?: number; }) => JSX.Element | null; //# sourceMappingURL=index.d.ts.map