import { FC } from 'react'; import { PaginationProps } from './interfaces'; import './FePagination.scss'; export declare const FePagination: FC;