import type { HeadingNode } from '@lexical/rich-text';
import { Handler } from './index.js';
export declare const heading: Handler<HeadingNode>;
