import { Smithchart } from '../../smithchart';
import { PointRegion } from '../../smithchart/utils/utils';
export declare class Marker {
    drawMarker(smithchart: Smithchart, seriesindex: number, groupElement: Element, pointsRegion: PointRegion[]): void;
    private drawSymbol;
}
