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