import * as React from 'react'; import { DropDownProps } from './DropDown'; declare const DropDownView: React.FC; export default DropDownView;