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