export declare enum MenuTitleCaptionPosition {
    TOP = "top",
    BOTTOM = "bottom",
    CENTER = "center"
}
