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