import { n as Scope, t as ICreateScope } from "../create-context-CKMcRGBM.js"; import { t as ICollectionProps } from "../create-collection-RfKpk_51.js"; import { ISlider } from "./slider.types.js"; import * as React$1 from "react"; //#region src/slider/slider.d.ts declare const Collection: { readonly Provider: React$1.FC<{ children?: React$1.ReactNode; scope: Scope; }>; readonly Slot: React$1.ForwardRefExoticComponent>; readonly ItemSlot: React$1.ForwardRefExoticComponent<{ children: React$1.ReactNode; scope: Scope; } & React$1.RefAttributes>; }, useCollection: (scope: Scope) => () => { ref: React$1.RefObject; }[]; declare const createSliderScope: ICreateScope; declare const useSliderContext: (consumerName: string, scope: Scope) => ISlider.IContext; declare const Slider: React$1.ForwardRefExoticComponent>; declare const useSliderOrientationContext: (consumerName: string, scope: Scope) => ISlider.IOrientationContext; //#endregion export { Collection, Slider, createSliderScope, useCollection, useSliderContext, useSliderOrientationContext };