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