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