export declare const useChildren: (key: symbol) => {
    children: any[];
    linkChildren: (value?: any) => void;
};
