import React from 'react';
import './style.scss';
import { SimpleLabelValueProps } from '../../types';
declare const SimpleLabelValue: React.FC<SimpleLabelValueProps>;
export default SimpleLabelValue;
