import { RefObject } from '@react-types/shared'; export declare function useHasChild(query: string, ref: RefObject): boolean;