import * as React from 'react'; /** * Badge for displaying count of remaining avatars */ export declare const AvatarStackMore: React.ForwardRefExoticComponent, "className" | "aria-label"> & { count: number; size?: import("../index.js").AvatarSize; borderColor?: string; variant?: import("./types.js").AvatarStackMoreVariant; } & React.RefAttributes>;