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