import ItalicButton from './components/ItalicButton'; export default function toolbar(options: any): { button: typeof ItalicButton; };