export declare enum EInputType { User = "user", Translation = "translation" } export declare enum ESettingType { String = "string", TextEditor = "textEditor" } export declare enum EIcons { ExpandCollapse = "list-merge", SettingIndicator = "list-button", Popover = "information", Expanded = "chevron-down", Collapsed = "chevron-right", Copy = "copy-to-clipboard", DefaultIcon = "language", Title = "title", Subtitle = "subheading", Text = "text", Description = "description", Button = "button", String = "string" } export declare enum ECalciteMode { Light = "calcite-mode-light", Dark = "calcite-mode-dark" }