/**
 * This extension is a transformation from draft-js-markdown-shortcuts-plugin (github repo: https://github.com/ngs/draft-js-markdown-shortcuts-plugin)
 * Thanks very much for the contributors of draft-js-markdown-shortcuts-plugin!!!
 */
declare const _default: (options: any) => {
    type: string;
    includeEditors: any;
    excludeEditors: any;
    interceptor: (editorProps: any) => any;
}[];
export default _default;
