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