import type { ControlThumbProps } from './types'; declare const ControlThumb: ({ color }: ControlThumbProps) => JSX.Element; export default ControlThumb;