/// <reference types="react" />
import { PopoverContentProps } from './Props';
declare function Content(props: PopoverContentProps): JSX.Element;
export default Content;
