import * as React from 'react';
import { DropdownProps } from './types';
export declare const Dropdown: React.NamedExoticComponent<DropdownProps>;
