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