import React from 'react'; import { SliderProps, ThumbLabelProps } from './types'; interface ThumbLabelWrapperProps extends Pick, Omit { index: number; } export declare const ThumbLabelWrapper: React.FC; export {}; //# sourceMappingURL=thumb-label-wrapper.d.ts.map