export declare enum TooltipPosition { Top = "top", Bottom = "bottom", Right = "right", Left = "left" } export declare enum TooltipAlignment { Start = "start", Center = "center", End = "end" } export declare const EMPTY_STRING = ""; //# sourceMappingURL=tooltips.constant.d.ts.map