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