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