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