import { AMap } from './AMap'; import { Vector2 } from './index'; export class Icon { constructor(opts?: IconOpts) } interface IconOpts { size?: AMap.Size | Vector2 imageOffset?: AMap.Pixel | Vector2 image?: string imageSize?: AMap.Size | Vector2 }