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