import type { TokenListItemProps } from './types.js'; export declare const TokenListItem: React.FC; export declare const TokenListItemSkeleton: () => import("react/jsx-runtime").JSX.Element;