import { View } from 'react-native'; import type { SliderProps, RangeSliderProps } from './types'; export declare const Slider: import("../../core/factory").PlatformBlocksComponent<{ props: SliderProps; ref: View; }>; export declare const RangeSlider: import("../../core/factory").PlatformBlocksComponent<{ props: RangeSliderProps; ref: View; }>;