import React from 'react'; declare const InputAfterText: React.FC<{ text?: string; width?: string | number; tooltipWidth?: string | number; }>; export default InputAfterText;