export declare enum RangeSliderControl { FROM = "from", TO = "to", BAR = "bar", RAIL = "rail", FROM_INPUT = "from-input", TO_INPUT = "to-input", COMPACT_INPUTS = "compact-inputs" } export type StartCoordinates = { clientX: number; clientY: number; x: number; y: number; }; export declare const RangeSliderOrientation: { HORIZONTAL: string; VERTICAL: string; }; export declare const TOOLTIP_MARGIN = 6; export declare const DEFAULT_FOCUSED_EL: { from: boolean; bar: boolean; to: boolean; }; //# sourceMappingURL=constants.d.ts.map