import React from 'react';
import { IPaginationStandAlone } from './types/pagination';
export declare const PaginationStandAlone: React.ForwardRefExoticComponent<IPaginationStandAlone & React.RefAttributes<HTMLDivElement>>;
