import { ReactIconComponentType } from '../types';

declare const ArrowDropDown: ReactIconComponentType;
export default ArrowDropDown;
            