import React from 'react'; declare const DropDownLite: ({ optionList, handleChangeOption, closeDropdown, isMatchAllActive }: { optionList: any; handleChangeOption: any; closeDropdown: any; isMatchAllActive?: boolean; }) => React.JSX.Element; export default DropDownLite;