import type { SetState } from "@ariakit/core/utils/types";
export declare const GroupLabelContext: import("react").Context<SetState<string | undefined> | undefined>;
