import { type Anatomy } from "@qualcomm-ui/utils/anatomy"; export declare const sliderParts: readonly ["root", "control", "track", "range", "thumb", "thumbIndicator", "label", "valueText", "hint", "errorText", "marker", "markerGroup", "min", "max"]; export declare const sliderAnatomy: Anatomy<"slider", (typeof sliderParts)[number]>; //# sourceMappingURL=slider.anatomy.d.ts.map