import React from 'react';
import { SliderIndicatorProps } from './types';
export declare function SliderIndicator(props: SliderIndicatorProps): React.JSX.Element;
