import type { AstrocartographyResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * Astrocartography (relocation) world map. Plots the four planetary lines for * every body from a /astrology/astrocartography response over a labeled * graticule: MC and IC as straight meridians, the Ascendant and Descendant as * latitude-sampled curves. Color is per body and theme-token driven; solid * lines are the Ascendant and Midheaven, dashed are the Descendant and IC. */ export declare class RoxyAstrocartographyMap extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderEmpty(): import("lit").TemplateResult<1>; protected renderData(data: AstrocartographyResponse): import("lit").TemplateResult<1>; private renderMap; private renderGraticule; private renderBodyLines; private renderMeridian; private renderCurve; private renderLegend; private renderInterpretations; } declare global { interface HTMLElementTagNameMap { 'roxy-astrocartography-map': RoxyAstrocartographyMap; } } //# sourceMappingURL=astrocartography-map.d.ts.map