import { GemElement } from '@mantou/gem/lib/element'; import type { StringList } from '../lib/types'; import './use'; export declare class DuoyunBadgeElement extends GemElement { #private; static unnamed: string; static badge: string; color: StringList<'positive' | 'informative' | 'notice'>; /**Support number and string */ count: string; dot: boolean; small: boolean; max: number; inline: boolean; icon?: string | Element | DocumentFragment; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=badge.d.ts.map