import React from 'react';
import { IPageControlStandAlone } from './types/pageControl';
export declare const PageControlStandAlone: React.ForwardRefExoticComponent<IPageControlStandAlone & React.RefAttributes<HTMLDivElement>>;
