import { LabelPosition } from './label-position.model';
export interface YMarkers {
    label: string;
    value: number;
    options: LabelPosition;
}
