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