export default MultiChoiceProp; declare function MultiChoiceProp({ onChange, value, name, item, options, allowAdditions }: { onChange: any; value: any; name: any; item: any; options: any; allowAdditions: any; }): React.JSX.Element; import React from 'react';