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