import { CSSResultGroup, LitElement } from 'lit'; export declare class Badge extends LitElement { constructor(); static get styles(): CSSResultGroup; variant: string; pill: boolean; class: string; id: string; size: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'pf-badge': Badge; } }