import { SegmentInfo } from './type'; export declare const getSegmentTooltip: (segment: SegmentInfo) => string;