import * as React from 'react'; export declare const AvatarGroup: ((inProps?: (import("@primereact/types/core").GlobalComponentProps & {} & {} & Omit, keyof import("@primereact/types/core").GlobalComponentProps> & import("@primereact/types/primitive/avatargroup").AvatarGroupProps) | undefined) => React.JSX.Element | null) & Record & { displayName?: string; };