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