import { ComponentInternalInstance, InjectionKey } from 'vue';
declare function useChildren<T>(key: InjectionKey<T>, value: T): {
    children: Array<ComponentInternalInstance>;
};
export { useChildren };
