import * as React from 'react'; import { BoxProps } from '../../box'; type PopoverBodyProps = BoxProps & { children: React.ReactNode; }; declare const _default: React.FC; export default _default;