import React from 'react';
import { IPageControlAutomateStandAlone } from './types/pageControlAutomate';
export declare const PageControlAutomateStandAlone: React.ForwardRefExoticComponent<IPageControlAutomateStandAlone & React.RefAttributes<HTMLDivElement>>;
