import { Base, Type } from "igniteui-react-core";
import { CT_ShapeLocking } from "./CT_ShapeLocking";
/**
 * @hidden
 */
export declare class CT_NonVisualDrawingShapeProps extends Base {
    static $t: Type;
    a: CT_ShapeLocking;
    b: boolean;
}
