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