import React from 'react'; interface OptionProps { item: any; formData?: any; } declare const Option: React.FC; export default Option;