import { PopoverContent as Legacy, type PopoverContentProps } from './legacy';
export type { PopoverContentProps };
export declare const PopoverContent: typeof Legacy;
