export default class DropDownWrap extends React.PureComponent { constructor(props: any); state: { allHeight: any; startIndex: any; endIndex: any; }; componentDidUpdate(prevProps: any): void; getItemStyle: (i: any) => { position: string; top: number; height: any; width: string; }; reactList: (allHeight: any, startIndex: any, endIndex: any) => void; render(): React.FunctionComponentElement<{ menuItems: any; dropdownMenuStyle: any; }>; } import React from "react"; //# sourceMappingURL=DropDownWrap.d.ts.map