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