import { type ICCMPColshapeOptions, CCMPColshape } from "./CCMPColshape";
import { type IRectangleColshape } from "../../common/colshape/IRectangleColshape";
export interface ICCMPRectangleColshapeOptions extends ICCMPColshapeOptions {
}
export declare class CCMPRectangleColshape extends CCMPColshape implements IRectangleColshape {
    constructor(options: ICCMPRectangleColshapeOptions);
}
