import * as React from 'react'; import type { IDropdownProps } from './Dropdown.types'; export declare const Dropdown: React.FunctionComponent;