import React from 'react'; interface AbsoluteValueProps { error?: any; displayValue?: string; htmlFor?: string; } declare const AbsoluteValue: React.FC; export default AbsoluteValue;