import * as React from 'react'; import { AvatarProps } from '../Avatar'; interface Props extends React.HTMLProps { backgroundColor?: string; borderColor?: string; borderWidth?: number; fetchImages?: () => void; items: Omit[]; size?: number; } export declare const AvatarGrid: ({ borderWidth, size, items, fetchImages, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AvatarGrid.d.ts.map