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