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