import * as __VLS_VINE from 'vue-vine/internals'; import type { ElementTransformer, Transformer } from '@lexical/markdown'; export declare const HR: ElementTransformer; export declare const DEFAULT_TRANSFORMERS: Transformer[]; export declare function MarkdownShortcutPlugin({ transformers, }: __VLS_VINE.VineComponentCommonProps & { transformers: Transformer[]; }, context: {}): __VLS_VINE.VueVineComponent;