import * as __VLS_VINE from 'vue-vine/internals'; import type { HistoryState } from '@lexical/history'; export declare function HashtagPlugin(props: __VLS_VINE.VineComponentCommonProps & { delay?: number; externalHistoryState?: HistoryState; }, context: {}): __VLS_VINE.VueVineComponent;