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