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