import { FC } from 'react'; import { DropdownButtonInterface } from './dropdown.types'; export declare const DropdownButton: FC;