import { Slider } from '@ark-ui/react/slider'; import type React from 'react'; import { type ComponentProps } from 'react'; export declare const Root: React.ForwardRefExoticComponent & { size?: import("../../styled-system/types").ConditionalValue<"sm" | "md" | "lg"> | undefined; variant?: import("../../styled-system/types").ConditionalValue<"outline"> | undefined; orientation?: import("../../styled-system/types").ConditionalValue<"horizontal" | "vertical"> | undefined; } & { colorPalette?: string; }, "ref"> & React.RefAttributes>; export declare const Control: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const Track: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const Range: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const Thumb: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const Label: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const ValueText: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const Marker: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const MarkerGroup: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const MarkerIndicator: React.ForwardRefExoticComponent & React.HTMLAttributes & import("@ark-ui/react").PolymorphicProps, "ref"> & React.RefAttributes>; export declare const DraggingIndicator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export declare const HiddenInput: React.ForwardRefExoticComponent>; export { SliderContext as Context } from '@ark-ui/react/slider'; export type RootProps = ComponentProps; export type MarkerGroupProps = ComponentProps; export type ThumbProps = ComponentProps; export interface MarksProps extends MarkerGroupProps { marks?: Array | undefined; } export declare const Marks: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const Thumbs: (props: Omit) => import("react/jsx-runtime").JSX.Element[]; //# sourceMappingURL=Slider.d.ts.map