import { ReactNode } from 'react' export type Mark = { value: number label?: ReactNode }