import { PopoverProvider as Legacy } from './legacy';
/**
 * __Popover provider__
 *
 * A popover provider provides necesary context for the `PopoverContent` and `PopoverTarget` components.
 *
 */
export declare const PopoverProvider: typeof Legacy;
