export declare enum OptionsDropdownItemType {
    OPTION = "OPTIONS_DROPDOWN_OPTION",
    SEPARATOR = "OPTIONS_DROPDOWN_SEPARATOR"
}
