import { SVGWidget } from "@hpcc-js/common"; export declare class HPCCBadge extends SVGWidget { protected root: any; protected logo: any; protected logo_accent: any; protected logo_circles: any; protected line: any; protected circle_1: any; protected circle_2: any; protected circle_3: any; protected circle_4: any; protected circle_5: any; protected circle_6: any; protected circle_7: any; protected circle_8: any; protected circle_accent: any; protected text: any; protected text_hpccsystems: any; protected text_r: any; protected text_tm: any; constructor(); testData(domNode: any, element: any): this; enter(domNode: any, element: any): void; update(domNode: any, element: any): void; } export interface HPCCBadge { animation(): "none" | "accentInOut" | "accentIn" | "fade_in"; animation(_: "none" | "accentInOut" | "accentIn" | "fade_in"): this; }