import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class ObjectModelStylesPartManager_TableStylesCollectionInfo extends Base { static $t: Type; readonly a: string; constructor(a: string); }