import { ReactNode } from 'react'; export declare function GroupWrapper({ title, children, collapsed, }: { title: string; children: ReactNode; collapsed?: boolean; }): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;