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