import type { DefaultWalletOptions, Wallet } from '../../Wallet'; export type TronLinkWalletOptions = DefaultWalletOptions; export declare const tronlinkWallet: ({ projectId }: TronLinkWalletOptions) => Wallet;