import React from 'react'; export declare const Row: React.FC<{ label: React.ReactNode; heading: { right: string; left: string; }; leftValue: React.ReactNode; rightValue: React.ReactNode; }>; //# sourceMappingURL=RowView.d.ts.map