import { Base, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { LegacyShapeData } from "./LegacyShapeData";
/**
 * @hidden
 */
export declare class LegacyDrawingHFInfo extends Base {
    static $t: Type;
    readonly a: number[];
    readonly b: List$1<LegacyShapeData>;
    constructor(a: number[], b: List$1<LegacyShapeData>);
}
