import { TextStyleProps } from '@antv/g'; import { ShapeComponent as SC, WithPrefix } from '../../runtime'; export type BadgeOptions = BadgeShapeStyleProps & Record; type MarkerStyleProps

= WithPrefix, P>; type BadgeShapeStyleProps = Partial & MarkerStyleProps<'marker'>; export declare const Badge: SC; export {};