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