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