import React from 'react'; import { IValue } from './types'; export declare const Value: React.FC; export default Value;