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