export declare const BadgeDefault: import("react").FunctionComponent & ((import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>; export declare const BadgeClear: import("react").FunctionComponent & ((import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>; export declare const BadgeTransparent: import("react").FunctionComponent & ((import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>; export declare const Badge: import("react").ForwardRefExoticComponent<(((Omit & import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & import("react").RefAttributes, "ref">, "appearance"> | Omit & import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes, "ref">, "appearance">) & { appearance?: "default"; }) | ((Omit & import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & import("react").RefAttributes, "ref">, "appearance"> | Omit & import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes, "ref">, "appearance">) & { appearance: "transparent"; }) | ((Omit & import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & import("react").RefAttributes, "ref">, "appearance"> | Omit & import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; pilled?: boolean; size?: string; view?: string; appearance?: "default" | "transparent" | "clear"; clear?: boolean; transparent?: boolean; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes, "ref">, "appearance">) & { appearance: "clear"; })) & import("react").RefAttributes>; //# sourceMappingURL=Badge.d.ts.map