//#region src/consts.d.ts declare const ReactCompareSliderClip: { readonly all: "all"; readonly itemOne: "itemOne"; readonly itemTwo: "itemTwo"; }; type ReactCompareSliderClipValue = (typeof ReactCompareSliderClip)[keyof typeof ReactCompareSliderClip]; declare const ReactCompareSliderCssVars: { /** The unclamped position of the slider as a percentage. */readonly rawPosition: "--rcs-raw-position"; /** The clamped position of the slider with bounds padding applied. */ readonly currentPosition: "--rcs-current-position"; /** The `boundsPadding` prop value. */ readonly boundsPadding: "--rcs-bounds-padding"; /** The color of the handle border and arrows. */ readonly handleColor: "--rcs-handle-color"; }; //#endregion export { ReactCompareSliderClipValue as n, ReactCompareSliderCssVars as r, ReactCompareSliderClip as t }; //# sourceMappingURL=consts-c6F_VVWH.d.mts.map