/** * South Indian chart: the twelve signs hold fixed grid cells (Meena at the * top-left, proceeding clockwise) and the lagna's cell is marked with a * corner stroke. The center 2×2 block stays empty. */ import type { ChartHouse } from './chart.js'; export declare function renderSouthChart(houses: ChartHouse[], size: number): string; //# sourceMappingURL=chartSouth.d.ts.map