import { type VariantProps } from 'class-variance-authority'; export declare const sliderColorOptions: readonly ["action", "danger", "warning", "success", "info"]; export type SliderColor = (typeof sliderColorOptions)[number]; export declare const sliderRootVariants: (props?: ({ orientation?: "vertical" | "horizontal" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const sliderRailVariants: (props?: ({ orientation?: "vertical" | "horizontal" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const sliderRailColorVariants: (props?: ({ color?: "danger" | "warning" | "success" | "info" | "action" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const sliderTrackVariants: (props?: ({ orientation?: "vertical" | "horizontal" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const sliderTrackColorVariants: (props?: ({ color?: "danger" | "warning" | "success" | "info" | "action" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const sliderThumbVariants: (props?: ({ color?: "danger" | "warning" | "success" | "info" | "action" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const sliderThumbHaloVariants: (props?: ({ visible?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const sliderPopupBaseVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const sliderMarkerVariants: (props?: ({ filled?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type SliderVariantProps = VariantProps & VariantProps & VariantProps & VariantProps & VariantProps & VariantProps; //# sourceMappingURL=styles.d.ts.map