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