import { LitElement } from 'lit'; export declare class Badge extends LitElement { badgeContent: string; color: 'default' | 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success'; variant: 'standard' | 'dot'; anchorOrigin: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'; invisible: boolean; showZero: boolean; max: number; overlap: 'rectangular' | 'circular'; static styles: import("lit").CSSResult; private get displayContent(); private get shouldShowBadge(); render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=Badge.d.ts.map