import { Shape } from '@antv/g';
import { LooseMap } from '../../../../interface/types';
declare const PolarElementLabels: import("@antv/g2/lib/element/controller/label/components/base").ElementLabelsConstructor;
export declare class RoseLabels extends PolarElementLabels {
    showLabels(points: LooseMap[], shapes: Shape[]): void;
    _getShape(shapeId: any, shapes: any): any;
    protected adjustTextAlign(label: Shape, shape: Shape): void;
}
export {};
