import { FunctionComponent } from 'react'; declare type RecommendationsPanelColumnProps = { label: string; content: string | number; subLabel?: string; hasLeftAlignedContent?: boolean; }; declare const RecommendationsPanelColumn: FunctionComponent; export default RecommendationsPanelColumn;