import { FC } from 'react'; interface IntroPaginationProps { className?: ''; onMove?: (toIndex: number) => void; } export declare const IntroPagination: FC; export {};