import { type FC } from 'react'; import type { TokenListProps } from './types.js'; export declare const TokenList: FC;