export declare const AvatarGroupProvider: import("react").Provider<true | null>;
export declare function useAvatarGroupContext(): {
    withinGroup: boolean;
};
