import { CalloutNode } from '@prezly/slate-types'; export declare function createCallout(props: Partial>): CalloutNode;