import type { LabelHTMLAttributes, OutputHTMLAttributes } from 'react'; import type { SliderState } from 'react-stately'; type SliderHeadProps = { state: SliderState; labelProps: Omit, 'is'>; outputProps: Omit, 'is'>; label?: string; showOutput?: boolean; multiThumb?: boolean; }; export declare const SliderHead: ({ state, labelProps, outputProps, label, showOutput, multiThumb, }: SliderHeadProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SliderHead.d.ts.map