export default function BAFieldset({ title, body }: { title: string; body: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;