import React from 'react'; interface OptionsFormProps { } declare const OptionsForm: React.FC; export default OptionsForm;