import * as React from 'react';
import type { AppProviderProps } from '../AppProvider';
/**
 * @ignore - internal component.
 */
export declare function NextAppProviderApp(props: AppProviderProps): React.JSX.Element;