import type { ComponentInternalInstance } from 'vue'; export declare function checkParent(parentKey: Symbol, internalParent?: ComponentInternalInstance | null): boolean;