import { ReactNode } from 'react'; declare type AvatarGroupProps = { children: ReactNode[]; }; export declare function AvatarGroup({ children }: AvatarGroupProps): JSX.Element; export {};