import type { IAABBBounds } from '@visactor/vutils';
import type { IGraphicAttribute } from '../../interface';
export declare const updateBoundsOfCommonOuterBorder: (attribute: Partial<IGraphicAttribute>, theme: Required<IGraphicAttribute>, aabbBounds: IAABBBounds) => import("@visactor/vutils").IBounds;
