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