/**
 * @fileoverview Popover component exports
 */
export { Popover } from './Popover';
export type { PopoverProps } from './Popover';
