import { GraphicType, OrientationType } from './types';
export declare const DEFAULT_SERIES_CONFIG: {
    readonly thickness: 1;
    readonly orientation: OrientationType.Horizontal;
    readonly display: true;
    readonly type: GraphicType.Line;
    readonly color: '#00000000';
    readonly label: '';
};
