import { LitElement } from 'lit'; import { BadgeStyle } from './BadgeStyle'; export declare class CometChatBadge extends LitElement { count: number | string; badgeStyle: BadgeStyle; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1> | undefined; getStyle: () => { border: string; borderRadius: string | undefined; background: string | undefined; color: string | undefined; font: string | undefined; width: string | undefined; height: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-badge": any; } } interface TagNameMap { 'cometchat-badge': CometChatBadge; } } //# sourceMappingURL=cometchat-badge.d.ts.map