export declare const stopClick: {
    get: () => boolean;
    set: (val: boolean) => void;
};
