import { TokenProps } from './interfaces'; export { TokenProps }; export default function Token(props: TokenProps): JSX.Element;