///
import { NotificationType, NotificationSize, NotificationColor } from "./";
type StyledProps = {
notificationType: NotificationType;
notificationSize?: NotificationSize;
notificationColor?: NotificationColor;
hasIcon: boolean;
};
export declare const StyledBadge: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & StyledProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};