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