import React from 'react'; import type { OldPageIndicatorProps } from './converter.old'; export type PageIndicatorProps = OldPageIndicatorProps; export declare const PageIndicator: React.FC;