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