import type { Size } from '../../types'; declare const token: (width?: Size, height?: Size) => JSX.Element; export default token;