import type { LucideIcon } from "lucide-react"; export interface StatKaart { label: string; waarde: string; toelichting: string; icon: LucideIcon; } export declare function PrinterStatsKaarten({ kaarten }: { kaarten: StatKaart[]; }): import("react").JSX.Element; //# sourceMappingURL=PrinterStatsKaarten.d.ts.map