/// import type App from '../app.js'; interface UIProps { app: App; } export declare function UI({ app }: UIProps): JSX.Element; export declare function renderUI(app: App): import("ink").Instance; export {};