export { BotDashboard } from "./BotDashboard.js"; export type { BotTuiState, ExchangeBalance, Position, OpenOrder, LogEntry, StateListener, LogListener, DashboardProps } from "./BotDashboard.js"; import type { DashboardProps } from "./BotDashboard.js"; export declare function startDashboard(props: DashboardProps): { unmount: () => void; };