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