import StiRectangleGeometry from "../../properties/StiRectangleGeometry";
export interface IStiHaveGeometry {
    Geometry: StiRectangleGeometry;
}
