export type ImpactCardProps = Readonly<{ metricTitle: string; metricDescription: string; }> & Omit, "children">; export declare const ImpactCard: ({ metricTitle, metricDescription, className, ...rest }: ImpactCardProps) => import("react").JSX.Element; //# sourceMappingURL=ImpactCard.d.ts.map