import { FC } from 'react'; import { PaginationProps } from '../../../types'; export declare const DashDotPagination: FC;