import { WalletAdvancedQrReceiveProps, WalletAdvancedSwapProps } from '../types'; import { Token } from '../../token'; export type WalletDropdownContentProps = { children?: React.ReactNode; swappableTokens?: Token[]; classNames?: { container?: string; qr?: WalletAdvancedQrReceiveProps['classNames']; swap?: WalletAdvancedSwapProps['classNames']; }; }; export declare function WalletDropdownContent({ children, swappableTokens, classNames, }: WalletDropdownContentProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=WalletDropdownContent.d.ts.map