export default VerticalThumb; declare function VerticalThumb({ active: activeProp, ...restProps }: { [x: string]: any; active: any; }): JSX.Element; declare namespace VerticalThumb { export { thumbPropTypes as propTypes }; } import { thumbPropTypes } from './propTypes';