import { type IColshape, type IColshapeOptions } from "./IColshape";
export interface IRectangleColshapeOptions extends IColshapeOptions {
}
export interface IRectangleColshape extends IColshape {
}
