/// <reference types="@types/amap-js-api" />
import { IPixel } from '../interfaces';
export declare class PixelService {
    constructor();
    create(options: IPixel | AMap.Pixel): AMap.Pixel | null;
}
