export type GroupValue = {
    id: string;
    extendChildren: boolean;
};
export declare const Group: () => import("react/jsx-runtime").JSX.Element;
