import { type IRectangleColshape } from "../../common";
import { AltVColshape, type IAltVColshapeOptions } from "./AltVColshape";
export interface IAltVRectangleColshapeOptions extends IAltVColshapeOptions {
}
export declare class AltVRectangleColshape extends AltVColshape implements IRectangleColshape {
    constructor(options: IAltVRectangleColshapeOptions);
}
