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