import { BaseBBox } from './base-bbox';
export declare class PanelBBox extends BaseBBox {
calculateBBox(): void;
protected calculateOriginalHeight(): void;
protected calculateOriginWidth(): void;
protected getPanelWidth(): number;
protected getPanelHeight(): number;
}