export interface IScrollToTop {
    stickyBottomButton: boolean;
    goToUp: () => void;
}
