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