import type { GetDreamSymbolResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * Dream symbol card. Renders /dreams/symbols/{id}: the symbol name as a heading, the full psychological interpretation as the body, and the dictionary letter as a chip for alphabetical context. */ export declare class RoxyDreamCard extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderData(d: GetDreamSymbolResponse): import("lit").TemplateResult<1>; protected renderEmpty(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'roxy-dream-card': RoxyDreamCard; } } //# sourceMappingURL=dream-card.d.ts.map