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