/*
* TypeScript definitions for the internal popup slider. It's exposed in the global
* scope as "AmePopupSlider".
*/
declare class AmePopupSlider {
constructor($container: JQuery, options?: AmePopupSliderOptions);
showForInput($input: JQuery): void;
static createSlider($container: JQuery, options?: AmePopupSliderOptions): AmePopupSlider;
}
declare type AmePopupSliderRanges = Record