import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_StyleEntryModifierEnum } from "./ST_StyleEntryModifierEnum"; /** * @hidden */ export declare class ST_StyleEntryModifier extends Base { static $t: Type; private c; private e; get d(): Nullable$1; set d(a: Nullable$1); get h(): string; set h(a: string); static a(a: string): ST_StyleEntryModifier; f(): string; static b(a: string): ST_StyleEntryModifier; g(): string; }