import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ST_Ext } from "./ST_Ext";
/**
 * @hidden
 */
export declare class LegacyShapeLockData extends Base {
    static $t: Type;
    a: Nullable$1<ST_Ext>;
    b: Nullable$1<boolean>;
    c: Nullable$1<boolean>;
}
