import React from 'react';
export declare function createPageLifecycle(Component: React.ComponentType<any>): (props: any) => JSX.Element;
