export declare enum ContextualToolbarDisplayMode {
    icons = "icons",
    text = "text",
    all = "all"
}
