import * as React from 'react'; declare type Option = { onClick: () => void; name: string; }; declare type Props = { itemList: Array