import type { NatalChartResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * Western planetary positions table. Renders a /astrology/natal-chart response * as the reference-grade positions grid astrologers read alongside the wheel: * every body with its sign, exact degree, house, and daily motion, followed by * the four chart points (Ascendant, Midheaven, Part of Fortune, Vertex). */ export declare class RoxyWesternPlanetsTable extends RoxyDataElement { static styles: import("lit").CSSResult[]; /** Build the ordered row list: the planets array, then the four chart points. */ private rows; protected renderEmpty(): import("lit").TemplateResult<1>; protected renderData(d: NatalChartResponse): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'roxy-western-planets-table': RoxyWesternPlanetsTable; } } //# sourceMappingURL=western-planets-table.d.ts.map