export declare class Badge {
badge: HTMLElement;
host: HTMLSlBadgeElement;
hasSuffix: boolean;
type: 'primary' | 'success' | 'info' | 'warning' | 'danger';
pill: boolean;
pulse: boolean;
connectedCallback(): void;
componentWillLoad(): void;
handleSlotChange(): void;
render(): any;
}