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