import { View } from 'react-native'; import type { SliderRootState } from '../root/SliderRoot'; import type { ZestUIComponentProps } from '../../types'; /** * The filled portion of the track. * Renders a `` positioned to span the selected range. */ export declare function SliderIndicator(componentProps: SliderIndicator.Props): import("react").ReactElement>; export interface SliderIndicatorState extends SliderRootState { } export interface SliderIndicatorProps extends ZestUIComponentProps { } export declare namespace SliderIndicator { type State = SliderIndicatorState; type Props = SliderIndicatorProps; } //# sourceMappingURL=SliderIndicator.d.ts.map