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