import type { Components, JSX } from "../types/components"; interface FlowBadge extends Components.FlowBadge, HTMLElement {} export const FlowBadge: { prototype: FlowBadge; new (): FlowBadge; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;