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