import React from 'react'; export declare function LabeledValue(props: { label: string; value: React.ReactNode; helpFieldId?: string; }): JSX.Element;