import type { AutoformatRule } from '@udecode/plate-autoformat'; export declare const COMPOSITE_CHARACTERS_RULES: AutoformatRule[]; export declare const TEXT_STYLE_RULES: AutoformatRule[]; export declare const DIVIDER_RULES: AutoformatRule[]; export declare const LIST_RULES: AutoformatRule[]; export declare const HEADING_RULES: AutoformatRule[]; export declare const BLOCKQUOTE_RULES: AutoformatRule[]; export declare const CALLOUT_RULES: AutoformatRule[];