import { ReactElement } from 'react';
import { IDropDownProps } from './type';
export declare const DropDown: ({ dropDownItems, }: IDropDownProps) => ReactElement;
