import type { BoxChars, DashboardTheme } from "../theme.js"; import type { DashboardRenderState } from "./types.js"; export declare function renderSwarmSection(innerWidth: number, theme: DashboardTheme, box: BoxChars, state: DashboardRenderState, focus: Map, baseLine?: number): string[];