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