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