import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_ColorScheme } from "./CT_ColorScheme"; import { CT_FontScheme } from "./CT_FontScheme"; import { CT_StyleMatrix } from "./CT_StyleMatrix"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_BaseStylesOverride extends Base implements ISupportSetProperty { static $t: Type; private b; private d; private f; constructor(); get a(): CT_ColorScheme; set a(a: CT_ColorScheme); get c(): CT_FontScheme; set c(a: CT_FontScheme); get e(): CT_StyleMatrix; set e(a: CT_StyleMatrix); setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }