import type { Components, JSX } from "../dist/types/interface";

interface IonRange extends Components.IonRange, HTMLElement {}
export const IonRange: {
  prototype: IonRange;
  new (): IonRange;
};
