import type { IAABBBounds } from '@visactor/vutils';
import type { ISymbolGraphicAttribute } from '../../interface';
export declare const updateBoundsOfSymbolOuterBorder: (attribute: ISymbolGraphicAttribute, symbolTheme: Required<ISymbolGraphicAttribute>, aabbBounds: IAABBBounds) => IAABBBounds;
