import type { AsChildTypes } from "../types"; /** Component that renders the track along which the thumb slides */ export declare const SliderTrack: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;