import React, { ComponentType } from 'react'; export declare type DefaultScreenContainerProps = {}; declare const withDefaultScreenContainer:

(Component: React.ComponentType

) => { (props: P): JSX.Element; displayName: string; }; export default withDefaultScreenContainer;