import React from "react"; import { App } from "../../App"; export declare const UserPanel: React.FC; export declare const UserPanelLayout: React.FC<{ app: App; }>;