import { Node } from '@tiptap/core'; export interface PreserveDivOptions { HTMLAttributes: Record; } /** * PreserveDiv extension for Tiptap * * Preserves div elements with id, class, or style attributes that contain other blocks. * This allows styled container elements from external sources (like email chains) to pass * through without being stripped. */ export declare const PreserveDiv: Node; //# sourceMappingURL=PreserveDiv.d.ts.map