export interface DotContext {
    index: number;
    active: boolean;
    forId: string;
}
export declare const DotContext: import('react').Context<DotContext | null>;
