import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';
interface PopoverBodyProps extends HTMLUIProps {
}
declare const PopoverBody: _yamada_ui_core.Component<"div", PopoverBodyProps>;
export { PopoverBody, type PopoverBodyProps };