import type { BoxChars, DashboardTheme } from "../theme.js"; export declare function renderSectionTitle(label: string, count: string, innerW: number, th: DashboardTheme, box: BoxChars): string;