export declare class SmoothlyBackToTop { private scrollableParent?; element: HTMLSmoothlyBackToTopElement; opacity: string; bottom: string; right: string; visible: boolean; componentWillLoad(): void; render(): any; }