import { Base, Type } from "igniteui-webcomponents-core"; import { FontInfo } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class GridConditionalStyleFontInfo extends Base { static $t: Type; private a; get textStyle(): FontInfo; set textStyle(a: FontInfo); }