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