import { EditorState } from './editor-state.svelte'; /** One-shot Format Painter state and history-integrated application. */ export declare class EditorFormatPainterController { #private; private readonly editor; constructor(editor: EditorState); get active(): boolean; get enabled(): boolean; toggle(): void; applyTo(id: string): boolean; cancel(): void; } //# sourceMappingURL=editor-format-painter-controller.svelte.d.ts.map