/** * Creates a stats card element. * @param label - Uppercase label shown below the value. * @param value - Primary numeric or text value. * @param mod - Optional modifier: "clickable" | "warn" */ export declare function createStatsCard(label: string, value: number | string, mod?: string): HTMLElement; //# sourceMappingURL=card.d.ts.map