interface InfoRowProps { label: string; value: string; icon?: React.ReactNode; } export declare function InfoRow({ label, value, icon }: InfoRowProps): import("react").JSX.Element; export {}; //# sourceMappingURL=info-row.d.ts.map