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