import { SizeTypes, StatusTypes } from "../../../models"; import { ComponentInterface } from "../../../stencil-public-runtime"; export declare class BcmBadge implements ComponentInterface { el: HTMLElement; _id: string; blink: boolean; value: string; color: any; size: SizeTypes; status: StatusTypes; private statusColors; render(): any; }