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