import { ComboBoxService } from "../comboBox/comboBoxService"; export { ComboBoxService }; /** * Roles combo box service */ export declare class RolesComboBoxService extends ComboBoxService { /** * If tokens are supported */ supportTokens: boolean; /** * Get all roles method */ getData(): Promise; /** * Set navigation instance - will be the selected role */ getNavigationInstance(value: any): any; }