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