/** * Quota panel renderer for dashboard */ import type { QuotaSnapshot } from "../types.js"; export declare function renderQuotaPanel(quotas: QuotaSnapshot[], _width?: number): string;