import * as React from 'react'; export declare type NannyNode = React.ReactNode & { props: Record; type: any; }; export interface IDescendantDepth { ancestor: T; depthToMatch: number; }