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