import { ReactNode } from 'react'; export interface IToken { title: string; value: string; preview: ReactNode; }