import { DropdownAction, DropdownCheckbox, DropdownChildMenu, DropdownRadioItem, DropdownRadioList } from './components'; declare const DropdownNamespace: import('react').ForwardRefExoticComponent> & { Menu: import('react').ForwardRefExoticComponent>; Action: typeof DropdownAction; Checkbox: typeof DropdownCheckbox; RadioList: typeof DropdownRadioList; RadioItem: typeof DropdownRadioItem; ChildMenu: typeof DropdownChildMenu; }; export { DropdownNamespace as Dropdown };