import globalVars from '../../internal/styles/global-vars'; export declare function getStickyOffsetVars(headerHeight: number, footerHeight: number, stickyNotificationsHeight: string, mobileToolbarHeight: string, disableBodyScroll: boolean, isMobile: boolean): { [globalVars.stickyVerticalTopOffset]: string; [globalVars.stickyVerticalBottomOffset]: string; };