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