export declare enum TooltipPlace {
    top = "top",
    right = "right",
    bottom = "bottom",
    left = "left"
}
