import { Node } from '@tiptap/core'; import { GeneralOptions } from '../../type'; export interface ClearOptions extends GeneralOptions { } export declare const Clear: Node;