import { a as Image, i as useReactCompareSliderContext, l as HandleProps, o as ImageProps, s as Handle, t as ContextProps } from "./provider-CAZsCNkf.mjs"; import { r as ReactCompareSliderCssVars, t as ReactCompareSliderClip } from "./consts-c6F_VVWH.mjs"; import { i as ReactCompareSliderProps, n as ReactCompareSliderDetailedProps, r as ReactCompareSliderPosition } from "./types-W8QOPAhr.mjs"; import { CSSProperties, FC } from "react"; //#region src/react-compare-slider.d.ts declare const ReactCompareSlider: FC; //#endregion //#region src/utils.d.ts /** * Stand-alone CSS utility to make replaced elements (`img`, `video`, etc.) fit their container. */ declare const styleFitContainer: ({ display, width, height, maxWidth, boxSizing, objectFit, objectPosition, ...props }?: CSSProperties) => CSSProperties; //#endregion export { type ContextProps, ReactCompareSlider, ReactCompareSliderClip, ReactCompareSliderCssVars, type ReactCompareSliderDetailedProps, Handle as ReactCompareSliderHandle, type HandleProps as ReactCompareSliderHandleProps, Image as ReactCompareSliderImage, type ImageProps as ReactCompareSliderImageProps, type ReactCompareSliderPosition, type ReactCompareSliderProps, styleFitContainer, useReactCompareSliderContext }; //# sourceMappingURL=index.d.mts.map