import { type Dispatch, type SetStateAction } from "react"; export declare function useDescendants(): [T[], Dispatch>];