/** * Single or range slider with keyboard and pointer drag * * Vue wrapper for the `Slider` controller (`@42/core/slider`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "slider:change"[], "slider:change", import('vue').PublicProps, Readonly> & Readonly<{ "onSlider:change"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;