/** * Returns marker -- see https://github.com/apache/echarts/issues/19826 * * @param serie * @param symbol * @param color * @private Not intended as public API and subject to change */ export declare const getMarker: (serie: any, symbol: string, color?: string) => string; /** * Returns default symbol * * @param series * @param seriesIndex * @param echart * @private Not intended as public API and subject to change */ export declare const getSymbol: (series: any, seriesIndex: number, echart: any) => any; //# sourceMappingURL=symbol.d.ts.map