import { Base, IList$1, Type } from "igniteui-react-core"; /** * @hidden */ export declare class ObjectColumn extends Base { static $t: Type; a: IList$1; b(a: any): void; }