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