import type { AsChildTypes } from "../types"; /** Component that displays the filled range between min value and current value */ export declare const SliderRange: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;