import * as __VLS_VINE from 'vue-vine/internals'; import type { LinkAttributes } from '@lexical/link'; export declare function LinkPlugin(props: __VLS_VINE.VineComponentCommonProps & { validateUrl?: (url: string) => boolean; attributes?: LinkAttributes; }, context: {}): __VLS_VINE.VueVineComponent;