import * as React from 'react'; import type { PopoverProps } from './popover'; export declare function AdaptivePopover(props: PopoverProps): React.JSX.Element;