import * as React from 'react'; /** * Append the Expo Fast Refresh view and optionally * keep the screen awake if `expo-keep-awake` is installed. */ export declare function withDevTools>(AppRootComponent: TComponent): React.ComponentType>; //# sourceMappingURL=withDevTools.d.ts.map