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