import { type ChartTextProps } from '../text/ChartText'; import type { PointLabelProps } from './Point'; export type DefaultPointLabelProps = PointLabelProps & Omit; /** * DefaultPointLabel is the default label component for point labels. * It renders text at the specified position relative to the point. */ export declare const DefaultPointLabel: import('react').NamedExoticComponent; //# sourceMappingURL=DefaultPointLabel.d.ts.map