import { a as Image, c as HandleDetailedProps, i as useReactCompareSliderContext, l as HandleProps, n as Provider, o as ImageProps, r as ProviderProps, s as Handle, t as ContextProps } from "../provider-CAZsCNkf.mjs"; import { n as ReactCompareSliderClipValue } from "../consts-c6F_VVWH.mjs"; import { ComponentProps, FC } from "react"; //#region src/components/handle-root.d.ts type HandleRootProps = ComponentProps<'div'>; /** Container to control the handle's position. */ declare const HandleRoot: FC; //#endregion //#region src/components/item.d.ts type ItemsProps = ComponentProps<'div'> & { item?: Extract; }; /** * Container for `itemOne` and `itemTwo`. */ declare const Item: FC; //#endregion //#region src/components/root.d.ts type RootProps = ComponentProps<'div'>; /** * The root container of the slider. */ declare const Root: FC; //#endregion export { ContextProps, Handle, HandleDetailedProps, HandleProps, HandleRoot, HandleRootProps, Image, ImageProps, Item, ItemsProps, Provider, ProviderProps, Root, RootProps, useReactCompareSliderContext }; //# sourceMappingURL=index.d.mts.map