export declare const ThresholdTheme: {
    line: {
        style: {
            data: {
                strokeDasharray: "4,2";
                strokeWidth: 1.5;
            };
        };
    };
};
//# sourceMappingURL=threshold-theme.d.ts.map