import { default as Dropdown } from './src/Dropdown.vue';
import { default as DropdownMenu } from './src/DropdownMenu.vue';
import { default as DropdownItem } from './src/DropdownItem.vue';
import { SFCWithInstall } from '../../utils';
export declare const UDropdown: SFCWithInstall<typeof Dropdown>;
export declare const UDropdownMenu: SFCWithInstall<typeof DropdownMenu>;
export declare const UDropdownItem: SFCWithInstall<typeof DropdownItem>;
