import { type ComponentInternalInstance } from 'vue';
/**
 * 根据 contextkey 判断是否为子组件
 * @param instance
 * @param key
 * @returns
 */
export declare function isChildComponent(instance: ComponentInternalInstance | null, key?: symbol): boolean;
