import { AutoformatBlockRule } from '@udecode/plate-autoformat'; import { PlateEditor } from '@udecode/plate-common'; export declare const preFormat: AutoformatBlockRule['preFormat']; export declare const format: (editor: PlateEditor, customFormatting: any) => void; export declare const formatList: (editor: PlateEditor, elementType: string) => void; export declare const formatText: (editor: PlateEditor, text: string) => void;