///
declare const anchorCode: {
'top-left': number;
top: number;
'top-right': number;
left: number;
middle: number;
right: number;
'bottom-left': number;
bottom: number;
'bottom-right': number;
};
export declare const Output: readonly ["x", "y", "opacity", "align", "baseline"];
export declare const Anchors: readonly ["top-left", "left", "bottom-left", "top", "bottom", "top-right", "right", "bottom-right"];
export declare type PointLabelProps = {
texts: {
label: any;
ref: any;
}[];
compare: ((a: any, b: any) => number) | undefined;
offset: number[];
anchor: readonly (keyof typeof anchorCode)[];
avoidElements: any[];
avoidRefElements: boolean;
padding: number;
};
export declare const PointLabel: import("react").ForwardRefExoticComponent>;
export declare const PointLabelAux: import("react").ForwardRefExoticComponent<{
children?: import("react").ReactNode;
} & {
name?: any;
debug?: boolean | undefined;
} & import("react").RefAttributes>;
export {};
//# sourceMappingURL=PointLabel.d.ts.map