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