import React from 'react'; import type { CarouselPageIndicatorProps } from './types'; export default function CarouselPageIndicator({ activeStyle, currentIndex, inactiveStyle, indicatorTestId, numberOfItems, style, }: CarouselPageIndicatorProps): React.JSX.Element;