import { UIComponentDependencies } from "../../types";
/**
 * Create a slider control for setting the sustain pedal threshold.
 * This affects the CC64 value required to activate sustain.
 */
export declare function createPedalThresholdGroup(deps: UIComponentDependencies): HTMLElement;
//# sourceMappingURL=pedal-threshold-group.d.ts.map