import * as react from 'react'; import { ElementType } from 'react'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { AvatarGroupProps } from './types.js'; declare const AvatarGroup: { (inProps: AvatarGroupProps): string | number | bigint | boolean | react_jsx_runtime.JSX.Element | Iterable | Promise> | Iterable | null | undefined> | null | undefined; displayName: string; }; export { AvatarGroup };