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