import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { EG_ThemeableFillStyle } from "./EG_ThemeableFillStyle";
import { EG_ThemeableEffectStyle } from "./EG_ThemeableEffectStyle";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_TableBackgroundStyle extends Base implements ISupportSetProperty {
    static $t: Type;
    private c;
    private a;
    constructor();
    get d(): EG_ThemeableFillStyle;
    get b(): EG_ThemeableEffectStyle;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
