import { DrilldownItemProps } from './types';
export default function isChildOf(child: DrilldownItemProps, parent: DrilldownItemProps): boolean;
