/// <reference types="@types/amap-js-api" />
import { PixelService } from './pixel.service';
import { IMarkerLabel } from '../interfaces';
export declare class MarkerLabelService {
    private pixel;
    constructor(pixel: PixelService);
    create(options: IMarkerLabel): AMap.Marker.Label | null;
}
