export default OptionsPanel; declare function OptionsPanel({ options, onChange }: { options: any; onChange: any; }): React.JSX.Element; import React from 'react';