import { CT_ShapeProperties } from "./CT_ShapeProperties";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export interface ICT_ShapePropertiesOwner {
    spPr: CT_ShapeProperties;
}
/**
 * @hidden
 */
export declare let ICT_ShapePropertiesOwner_$type: Type;
