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