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