import { Animated } from 'react-native'; import { IMDIndicatorProps } from './indicator-interface'; declare const _default: { roller(index: number, progress: Animated.Value, props: IMDIndicatorProps): JSX.Element; spinner(index: number, progress: Animated.Value, props: IMDIndicatorProps): JSX.Element; carousel(index: number, progress: Animated.Value, props: IMDIndicatorProps): JSX.Element; }; export default _default;