import { InjectionKey } from 'vue';
import { FlagdeckContext } from './types';
export declare const FlagdeckKey: InjectionKey<FlagdeckContext>;
