import * as React from 'react'; import type { AvatarStackProps } from "./types.js"; import "./AvatarStack.css"; export declare const AvatarStack: React.ForwardRefExoticComponent> & { More: React.ForwardRefExoticComponent, "className" | "aria-label"> & { count: number; size?: import("../index.js").AvatarSize; borderColor?: string; } & React.RefAttributes>; MoreButton: React.ForwardRefExoticComponent, "onClick"> & Pick, "className" | "aria-label"> & { count: number; size?: import("../index.js").AvatarSize; borderColor?: string; } & { badgeClassName?: string; } & React.RefAttributes>; };