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