import React from "react"; import { VariantProps } from "../../utils"; import { CenterAlignedProps } from "../CenterAligned"; import { AvatarBadgeSize, avatarBadgeVariants } from "./avatar-badge"; export type AvatarBadgeProps = CenterAlignedProps & Omit, "tint"> & { tintSrc?: string; }; export declare const AVATAR_BADGE_DEFAULT_SIZE: AvatarBadgeSize; export declare const AvatarBadge: React.ForwardRefExoticComponent, "height" | "width"> & import("../..").TextColorVariantProps & Omit>>, "tint"> & { tintSrc?: string; } & React.RefAttributes>; //# sourceMappingURL=AvatarBadge.d.ts.map