import { FC } from 'react'; import { DropdownProps } from './Dropdown.types'; export declare const Dropdown: FC;