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