import { type ParagraphNode } from 'lexical';
import { Handler } from './index.js';
export declare const paragraph: Handler<ParagraphNode>;
