/** * Uses the config retrieved in the slots to create 2d lines to be used * as threshold indicators */ export declare const useThresholdConfigLines: () => (import("../../core/types/line.js").Line | undefined)[];