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("../Avatar/index.js").AvatarSize; borderColor?: string; } & React.RefAttributes>;