export declare enum Placements {
    bottomLeft = "bottomLeft",
    bottomCenter = "bottomCenter",
    bottomRight = "bottomRight",
    topLeft = "topLeft",
    topCenter = "topCenter",
    topRight = "topRight"
}
