import { type ImageBaseBadgeProps } from '../../ImageBase/ImageBase'; export type AvatarBadgeProps = ImageBaseBadgeProps; export declare const AvatarBadge: ({ className, ...restProps }: AvatarBadgeProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AvatarBadge.d.ts.map