///
import { Attributes } from "../../chart/utils/transformDataAttributes";
interface Props {
getChart: (id: string) => any;
duration: number;
host: string;
nodeIDs: string[];
commonAttributesOverrides?: Partial;
id?: string;
}
export declare const HeadMain: ({ getChart, duration, host, nodeIDs, commonAttributesOverrides, id, }: Props) => JSX.Element;
export {};