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