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