export declare class ClickScreenshotManager {
    private secondCaptureClick;
    private clickCount;
    static unregister(): void;
    constructor();
    reset: () => void;
    onNavigation: () => void;
    handleClick: () => void;
}
