import React from 'react';
import { AppBase } from '../app/AppBase';
export declare const AppPopups: React.FC<{
    app: AppBase;
}>;
