import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class FormatCellEventArgs extends Base { static $t: Type; c: number; private _item; get item(): any; set item(a: any); e: any; f: string; b: boolean; a: boolean; }