import { Base, Type } from "igniteui-react-core";
import { BrushCollection } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { FontInfo } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class PieChartStyleInfo extends Base {
    static $t: Type;
    a: BrushCollection;
    b: BrushCollection;
    f: Brush;
    g: Brush;
    c: FontInfo;
    h: Brush;
    i: Brush;
    e: number;
    d: number;
}
