import { AriaAttributes } from 'react'; import type { InternalDraggingType } from '../types'; export declare const extractSliderAriaAttributes: (restProps: T) => { aria: { ariaLabel: string | undefined; ariaValueText: string | undefined; ariaLabelledBy: string | undefined; }; } & Omit; export declare const getDraggingTypeByTargetDataset: (target: T) => InternalDraggingType | null; //# sourceMappingURL=html.d.ts.map