export declare const enum MenuPositionEnum {
    AUTO = "auto",
    TOP = "top",
    BOTTOM = "bottom"
}
