import type { KpRulingPlanetsResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * KP ruling planets card. Renders /vedic-astrology/kp/ruling-planets: the day * lord, the Moon and Lagna stellar hierarchies (sign lord, star lord, sub * lord, sub-sub lord), the consolidated ruling-planet list ordered by * strength, and, when birth data is supplied, the house significators per * planet. The primary horary timing tool in KP astrology. */ export declare class RoxyKpRulingPlanets extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderEmpty(): import("lit").TemplateResult<1>; protected renderData(d: KpRulingPlanetsResponse): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'roxy-kp-ruling-planets': RoxyKpRulingPlanets; } } //# sourceMappingURL=kp-ruling-planets.d.ts.map