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