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