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