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