import { JBChainId } from "juice-sdk-core"; /** * Return the human-readable token symbol for the chain set in JBChainContext. * * Depends on JBChainContext. */ export declare function useNativeTokenSymbol(chainId?: JBChainId): string; //# sourceMappingURL=useNativeTokenSymbol.d.ts.map