import type { TokenDetailsSheetBase } from './types.js';
interface TokenDetailsSheetContentProps {
    tokenAddress: string | undefined;
    chainId: number | undefined;
    withoutContractAddress: boolean;
}
export declare const TokenDetailsSheetContent: import("react").ForwardRefExoticComponent<TokenDetailsSheetContentProps & import("react").RefAttributes<TokenDetailsSheetBase>>;
export {};
