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