import type { LocalSpaceResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * Local space compass. Plots each body from a /astrology/local-space response as * a directional line radiating from the birthplace at its azimuth (0 = north, * clockwise), with a 16-point ring. Bodies below the horizon are dimmed. Color * is per body and theme-token driven. */ export declare class RoxyLocalSpaceCompass extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderEmpty(): import("lit").TemplateResult<1>; protected renderData(data: LocalSpaceResponse): import("lit").TemplateResult<1>; private renderDial; private renderCompassRing; private renderSpokes; private renderList; } declare global { interface HTMLElementTagNameMap { 'roxy-local-space-compass': RoxyLocalSpaceCompass; } } //# sourceMappingURL=local-space-compass.d.ts.map