export declare class BackToTop { isActive: boolean; right: string; bottom: string; right_m: string; bottom_m: string; handleScroll(): void; private ScrollToSmoothly; private handleClick; render(): any; }