import React from 'react';
import { DropDownProps } from '../../types';
declare const DropDown: React.ForwardRefExoticComponent<DropDownProps & React.RefAttributes<any>>;
export default DropDown;
