export declare const PointSizeBaseEnum: {
    readonly ImageSize: "image_size";
    readonly GroupBboxSize: "group_bbox_size";
};
export type PointSizeBaseEnum = typeof PointSizeBaseEnum[keyof typeof PointSizeBaseEnum];
