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