import { ChartChildElement, ChartPopoverProps } from '../types';
export type PopoverDetail = {
    chartPopoverProps: ChartPopoverProps;
    key: string;
    name: string;
    UNSAFE_highlightBy: ChartPopoverProps['UNSAFE_highlightBy'];
    parent?: string;
};
export default function usePopovers(children: ChartChildElement[]): PopoverDetail[];
//# sourceMappingURL=usePopovers.d.ts.map