import { SylApi } from '@syllepsis/adapter'; import { BackgroundController, BackgroundPlugin as BasePlugin } from '@syllepsis/plugin-basic'; declare class ReactBackgroundController extends BackgroundController { constructor(editor: SylApi, store: any); refactorToolbar(): void; } declare class BackgroundPlugin extends BasePlugin { Controller: typeof ReactBackgroundController; } export { BackgroundPlugin };