import { ElementType, HTMLHopeProps } from "../types";
import { AvatarExcessVariants } from "./avatar.styles";
export declare type AvatarExcessProps = HTMLHopeProps;
/**
* Component to show the remaining number of avatars in a group.
*/
export declare function AvatarExcess(props: AvatarExcessProps): import("solid-js").JSX.Element;
export declare namespace AvatarExcess {
var toString: () => string;
}
//# sourceMappingURL=avatar-excess.d.ts.map