import { InjectionKey } from 'vue';
export declare const dropdownInjectKey: InjectionKey<{
    updateVisible: (val: boolean) => void;
}>;
