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