import type { MarkerStyleProps } from './types'; /** * 解析marker类型 */ export declare function parseMarker(icon: MarkerStyleProps['symbol'] | string): string;