import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Badge implements ComponentInterface { el: HTMLElement; icon?: string; size: BalProps.BalBadgeSize; color: BalProps.BalBadgeColor; position: BalProps.BalBadgePosition; render(): any; }