import type { JSX, Params } from "@qualcomm-ui/utils/machine"; import type { SliderSchema } from "./slider.types.js"; type Ctx = Params; export declare function getRangeOffsets(params: Pick): { end: string; start: string; }; export declare function getRangeStyle(params: Pick): JSX.CSSProperties; export declare function getThumbOffset(params: Pick, value: number): string; export declare function getVisibility(params: Pick): "visible" | "hidden"; export declare function getThumbStyle(params: Pick, index: number): JSX.CSSProperties; /** Control style calculations */ export declare function getControlStyle(): JSX.CSSProperties; /** Root style calculations */ export declare function getRootStyle(params: Pick): JSX.CSSProperties; /** Marker style calculations */ export declare function getMarkerStyle(params: Pick, value: number): JSX.CSSProperties; /** Label style calculations */ export declare function getMarkerGroupStyle(): JSX.CSSProperties; export {}; //# sourceMappingURL=slider.style.d.ts.map