import { FunctionComponent } from 'react'; declare type RecommendationsPanelRowProps = { label: string; content: string; }; declare const RecommendationsPanelRow: FunctionComponent; export default RecommendationsPanelRow;