import type { AsChildTypes } from "../types"; /** Label component for slider that automatically connects to the slider via aria-labelledby */ export declare const SliderLabel: import("@qwik.dev/core").Component<{} & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes & AsChildTypes>;