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