export declare enum Placement {
    Bottom = 0,
    Top = 1
}
