import { BaseStyleProps, DisplayObject, type RectStyleProps } from '@antv/g'; export declare function batchSetStyle(obj: T, style: S): void; export declare function createOrUpdateRect(propertyPath: string, style: RectStyleProps): void;