import { SystemColor } from './Badge.types'; export declare const BadgeRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & import("./Badge.types").BadgeSlotsAndSlotProps & { badgeContent?: React.ReactNode; invisible?: boolean; max?: number; showZero?: boolean; size?: "small" | "large"; color?: SystemColor; disabled?: boolean; anchorOrigin?: { vertical: "top" | "bottom"; horizontal: "left" | "right"; }; children?: React.ReactNode; } & Omit, HTMLSpanElement>, "ref"> & { ref?: React.Ref; }, "size" | "disabled" | "color" | "children" | keyof import("../types/slot").SlotCommonProps | "max" | "invisible" | "anchorOrigin" | keyof import("./Badge.types").BadgeSlotsAndSlotProps | "badgeContent" | "showZero">, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const BadgeContent: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & import("./Badge.types").BadgeSlotsAndSlotProps & { badgeContent?: React.ReactNode; invisible?: boolean; max?: number; showZero?: boolean; size?: "small" | "large"; color?: SystemColor; disabled?: boolean; anchorOrigin?: { vertical: "top" | "bottom"; horizontal: "left" | "right"; }; children?: React.ReactNode; } & Omit, HTMLSpanElement>, "ref"> & { ref?: React.Ref; }, "size" | "disabled" | "color" | "children" | keyof import("../types/slot").SlotCommonProps | "max" | "invisible" | "anchorOrigin" | keyof import("./Badge.types").BadgeSlotsAndSlotProps | "badgeContent" | "showZero">, React.DetailedHTMLProps, HTMLSpanElement>, {}>;