/// interface Props { total: number; currentIndex: number; } declare const Indicator: ({ total, currentIndex }: Props) => JSX.Element; export default Indicator;