import type { ProfectionsResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * Annual profection card. Renders a /astrology/profections response: the year's * profected whole-sign house and sign, the lord of the year and where it sits in * the natal chart, and the reading. A single focal card, not a table. */ export declare class RoxyProfectionCard extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderEmpty(): import("lit").TemplateResult<1>; protected renderData(data: ProfectionsResponse): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'roxy-profection-card': RoxyProfectionCard; } } //# sourceMappingURL=profection-card.d.ts.map