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