export declare const useChildren: (key: symbol) => {
    children: import("vue").Reactive<any[]>;
    linkChildren: (value?: any) => void;
};
