import { InjectionKey } from 'vue';
export interface DotContext {
    index: number;
    active: boolean;
    forId: string;
}
export declare const DOT_CONTEXT: InjectionKey<DotContext>;
