import { NodePatchingData } from "../../renderer/NodePatcher"; declare const Badge_base: { new (): { [x: string]: any; }; [x: string]: any; readonly styles: string; readonly properties: Record; }; export default class Badge extends Badge_base { static get styles(): string; render(): NodePatchingData; } export {}; //# sourceMappingURL=Badge.d.ts.map