/// import { SharedNumber } from '../../types'; export interface ThumbProps { color: string; theta: SharedNumber; } export declare function Thumb({ color, theta }: ThumbProps): JSX.Element;