/// <reference types="react" />
import { TextPlugin } from '..';
export declare const markdownShortcuts: (pluginClosure: import("react").RefObject<{
    overlayContext: import("@edtr-io/core/src").OverlayContextValue;
    name: string;
    parent?: import("../factory/editor").SlateEditorAdditionalProps | undefined;
}>) => TextPlugin;
//# sourceMappingURL=markdown.d.ts.map