export * from './types';
export { PageControlAutomateStandAlone } from './pageControlAutomateStandAlone';
export { PageControlAutomateControlled } from './pageControlAutomateControlled';
export { PageControlAutomateUnControlled as PageControlAutomate } from './pageControlAutomateUnControlled';
