import { TemplateRef } from '@angular/core'; import { IHoverInLabelsEvent, ISafeAny } from './label.type'; export declare class BixiLabelTooltipComponent { content: TemplateRef | undefined; tooltip: IHoverInLabelsEvent; get labels(): import("./label.type").ILabel[]; get sytle(): { width: string; height: string; top?: undefined; left?: undefined; } | { top: string; left: string; height: string; width: string; }; }