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