import type { DetailedHTMLProps, HTMLAttributes } from 'react';
export type AvatarStackProps = DetailedHTMLProps, HTMLDivElement>;
declare const AvatarStack: ({ children, ...props }: AvatarStackProps) => import("react/jsx-runtime").JSX.Element;
export default AvatarStack;
//# sourceMappingURL=AvatarStack.d.ts.map