import { ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef } from '@angular/core';
import { ResourceSelectorPopupRef } from '../../internals/selector-popup/ref';
import { ResourceSelectorPopupService } from '../../internals/selector-popup/service';
import { ConfigurableField, DataItemBase } from '../../types';
import * as i0 from "@angular/core";
export declare class ServiceMeshGroupSelectorComponent {
    private readonly popupService;
    private readonly cdr;
    private readonly elementRef;
    popupTemplate: TemplateRef<any>;
    value: string;
    fields: ConfigurableField[];
    valueChange: EventEmitter<string>;
    displayFields: ConfigurableField[];
    isActive: boolean;
    popupRef: ResourceSelectorPopupRef;
    constructor(popupService: ResourceSelectorPopupService, cdr: ChangeDetectorRef, elementRef: ElementRef);
    openPopup(): void;
    closePopup(): void;
    onSelect(item: DataItemBase): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ServiceMeshGroupSelectorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ServiceMeshGroupSelectorComponent, "acl-servicemesh-selector", never, { "value": { "alias": "value"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
}
