import { Base, Type } from "igniteui-angular-core"; import { NativeUIComponent } from "igniteui-angular-core"; /** * @hidden */ export declare class PropertyEditorPanelTemplateCellUpdatingEventArgs extends Base { static $t: Type; b: number; c: any; a: NativeUIComponent; }