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