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