import { Coordinate } from '@antv/coord';
import { Vector2 } from '../../../runtime';
import { LabelPosition } from './default';
/**
 * Surround label transform is used to make labels surround circular.
 */
export declare function surround(position: LabelPosition, points: Vector2[], value: Record<string, any>, coordinate: Coordinate): any;
