import type { NeoRangeProps } from './neo-range.model.js';
declare const NeoRange: import("svelte").Component<NeoRangeProps, {}, "ref" | "value" | "valid" | "touched" | "dirty" | "focused" | "hovered" | "validationRef" | "labelRef">;
type NeoRange = ReturnType<typeof NeoRange>;
export default NeoRange;
