import OrderedList from './components/OrderedList'; export default function toolbar(options: any): { [x: string]: typeof OrderedList; };