export declare enum ShowHelp {
    tooltip = "tooltip",
    newLine = "newLine",
    label = "label",
    none = "none"
}
