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