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