import type { PhaseState } from '../types.js'; export declare function renderGrid(rows: { id: string; title: string; state: PhaseState; }[]): string; //# sourceMappingURL=grid.d.ts.map