import type { GetAngelNumberResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * Angel number card. Renders /angel-numbers/numbers/{number}: the number as a hero numeral, its title and core message, the pattern type / digit root / energy badges, keyword chips, the life-area interpretations (spiritual, love, career, money, twin flame) plus the biblical and shadow readings as an exclusive accordion, the affirmation, and the action steps. */ export declare class RoxyAngelNumberCard extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderData(d: GetAngelNumberResponse): import("lit").TemplateResult<1>; protected renderEmpty(): import("lit").TemplateResult<1>; private renderSections; } declare global { interface HTMLElementTagNameMap { 'roxy-angel-number-card': RoxyAngelNumberCard; } } //# sourceMappingURL=angel-number-card.d.ts.map