import { BaseBBox } from './base-bbox';
export declare class CornerBBox extends BaseBBox {
    calculateBBox(): void;
    protected calculateOriginalHeight(): void;
    protected calculateOriginWidth(): void;
    protected getHeight(): number;
    protected getWidth(): number;
    protected adjustWidth(): number;
}
