import type { PointLike } from '@antv/g-lite'; import type { AnnotationPlugin } from '../AnnotationPlugin'; import type { DrawerState } from '../interface/drawer'; export declare function getWidthFromBbox(path: PointLike[]): number; export declare function getHeightFromBbox(path: PointLike[]): number; export declare const renderRect: (context: AnnotationPlugin, anno: DrawerState) => void; //# sourceMappingURL=rect-render.d.ts.map