import React from 'react'; interface Props { labelKey: string; } declare const IntlLabelValue: React.FunctionComponent; export default IntlLabelValue;