import React from 'react'; export interface PopoverProps { children: React.ReactNode; }