import { JSX } from "react"; export declare const AccordionItemBody: ({ children, isOpen }: { children: any; isOpen: any; }) => JSX.Element;