import type { CalloutNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; export declare function insertCallout(editor: SlateEditor, props?: Partial>): CalloutNode;