import { PopoverTarget as Legacy } from './legacy';
/**
 * __Target__
 *
 * A target is the element that the popover content will be positioned in relation to.
 */
export declare const PopoverTarget: typeof Legacy;
