import { StacheWindowRef } from '../shared'; export declare class StacheBackToTopComponent { private windowRef; offset: number; isHidden: boolean; constructor(windowRef: StacheWindowRef); onWindowScroll(): void; scrollToTop(): void; }