///
export interface PopoverBodyProps extends React.HTMLProps {
/** Popover body id */
id: string;
/** Popover body content */
children: React.ReactNode;
/** Classes to be applied to the popover body. */
className?: string;
}
export declare const PopoverBody: React.FunctionComponent;
//# sourceMappingURL=PopoverBody.d.ts.map