import type { ComponentPublicInstance } from 'vue'; export declare const isVueComponent: (value: unknown) => value is ComponentPublicInstance;