export default DropdownContainer;
declare function DropdownContainer({
  children,
  direction,
  animatingOut,
  duration
}: {
  children: any;
  direction: any;
  animatingOut: any;
  duration: any;
}): JSX.Element;
declare namespace DropdownContainer {
  namespace propTypes {
    const duration: any;
    const direction: any;
    const animatingOut: any;
    const children: any;
  }
}
//# sourceMappingURL=dropDownContainer.d.ts.map
