import { Base, Type } from "igniteui-react-core";
import { CT_StyleMatrixReference } from "./CT_StyleMatrixReference";
import { CT_FontReference } from "./CT_FontReference";
/**
 * @hidden
 */
export declare class CT_ShapeStyle extends Base {
    static $t: Type;
    c: CT_StyleMatrixReference;
    b: CT_StyleMatrixReference;
    d: CT_StyleMatrixReference;
    a: CT_FontReference;
}
