import { type IRectangleColshape } from "../../common";
import { type IRageColshapeOptions, RageColshape } from "./RageColshape";
export interface IRageRectangleColshapeOptions extends IRageColshapeOptions {
}
export declare class RageRectangleColshape extends RageColshape implements IRectangleColshape {
    constructor(options: IRageRectangleColshapeOptions);
}
