import React from "react";
export declare const AppWelcomeScreen: React.FC<{
    setCollabDialogShown: (toggle: boolean) => any;
}>;
