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