import { AriaAttributes } from 'react'; export declare const extractSliderAriaAttributes: (restProps: T) => { aria: { ariaLabel: string | undefined; ariaValueText: string | undefined; ariaLabelledBy: string | undefined; }; } & Omit; export declare const getDraggingTypeByTargetDataset: (target: T) => any;