import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class PropertyEditorPanelDropDownDataListItem extends Base { static $t: Type; Name: string; Value: string; }