import type { CompatibilityResponse } from '../types/index.js'; import { RoxyDataElement } from '../utils/base-element.js'; /** * 36-point Ashtakoota score card. Renders /vedic-astrology/compatibility. */ export declare class RoxyGunaMilan extends RoxyDataElement { static styles: import("lit").CSSResult[]; protected renderEmpty(): import("lit").TemplateResult<1>; protected renderData(d: CompatibilityResponse): import("lit").TemplateResult<1>; } export declare const GUNA_CATEGORIES: string[]; declare global { interface HTMLElementTagNameMap { 'roxy-guna-milan': RoxyGunaMilan; } } //# sourceMappingURL=guna-milan.d.ts.map