import React from "react"; interface DashboardCardProps { titleKey: string; icon?: React.ElementType; className?: string; children: React.ReactNode; } export declare const DashboardCard: ({ titleKey, icon: Icon, className, children }: DashboardCardProps) => React.JSX.Element; export {}; //# sourceMappingURL=DashboardCard.d.ts.map