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