import React from 'react'; import { ThumbProps } from './thumb'; export declare const ThumbPopover: (props: Pick & { children: React.ReactNode; }) => React.JSX.Element;