import React from 'react';
import { ThumbProps } from './thumb';
export declare const ThumbPopover: (props: Pick<ThumbProps, "offset" | "getValueByPosition" | "popover" | "residentPopover" | "isSliding"> & {
    children: React.ReactNode;
}) => React.JSX.Element;
