import React from 'react' import { LabelValue } from '../../' const LabelValueDark = () => { return (


) } export default LabelValueDark