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