import { HTMLChakraProps } from "../system"; export interface PopoverBodyProps extends HTMLChakraProps<"div"> { } /** * PopoverBody is the main content area for the popover. Should contain * at least one interactive element. */ export declare const PopoverBody: import("../system").ComponentWithAs<"div", PopoverBodyProps>;