import { ElementType, HTMLHopeProps } from "../types";
import { AvatarBadgeVariants } from "./avatar.styles";
declare type AvatarBadgeOptions = AvatarBadgeVariants;
export declare type AvatarBadgeProps = HTMLHopeProps;
/**
* AvatarBadge used to show extra badge to the top-right
* or bottom-right corner of an avatar.
*/
export declare function AvatarBadge(props: AvatarBadgeProps): import("solid-js").JSX.Element;
export declare namespace AvatarBadge {
var toString: () => string;
}
export {};
//# sourceMappingURL=avatar-badge.d.ts.map