import type { ParsedPolylineStyleProps } from '../../display-objects'; import type { GeometryAABBUpdater } from './interfaces'; export declare class PolylineUpdater implements GeometryAABBUpdater { update(parsedStyle: ParsedPolylineStyleProps): { cx: number; cy: number; hwidth: number; hheight: number; }; } //# sourceMappingURL=PolylineUpdater.d.ts.map