import { HorizontalSliderProps } from '@algolia/ui-components-react-horizontal-slider/src'; declare type RecordWithObjectID = TObject & { objectID: string; }; declare type EnvironmentProps = { container: string | HTMLElement; environment?: typeof window; }; export declare function horizontalSlider({ container, environment, ...rest }: HorizontalSliderProps & EnvironmentProps): void; export {};