import React from 'react'; import { StepIndicatorProps } from './types'; declare const _default: React.MemoExoticComponent<({ currentPosition, stepCount, direction, customStyles: customStylesFromProps, labels, onPress, renderStepIndicator: renderCustomStepIndicator, renderLabel, }: StepIndicatorProps) => JSX.Element>; export default _default;