import { InjectionKey } from 'vue';
export declare const carouselInjectKey: InjectionKey<{
    effect: 'gallery' | 'toggle';
}>;
