import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class PropertyEditorPanelComboBoxBridgeItem extends Base { static $t: Type; private _label; get label(): string; set label(a: string); }