import React from 'react';
export declare const SliderThumb: ({ Component, isVisible, onLayout, style, start, color, vertical, ...props }: any) => React.JSX.Element;
