import { Extension } from '@tiptap/core'; /** * Word-style format painter. * * Click the painter, optionally with text selected, to capture the formatting * (both inline marks AND block attributes — alignment, line-height, indent, * spacing). Then click anywhere or drag to apply that formatting to the next * selection. Press Esc to cancel. */ export declare const FormatPainter: Extension;