export declare const DOT_CONTEXT: unique symbol;
export interface DotContext {
    index: number;
    active: boolean;
    forId: string;
}
