import { FC, PropsWithChildren } from 'react'; import { AvatarGroupContextState } from './context.ts'; export type AvatarGroupProviderProps = PropsWithChildren; export declare const AvatarGroupProvider: FC;