import { HTMLAttributes } from "react";
declare type ImageWrapperProps = HTMLAttributes<HTMLDivElement> & any;
export declare type BadgeProps = ImageWrapperProps & {
    height?: number;
    width?: number;
};
declare const _default: ({ width, height, theme, ...rest }: BadgeProps) => JSX.Element;
export default _default;
