export declare const NAVBAR_HEIGHT = 44;
export declare const TABBAR_HEIGHT = 50;
export default function getWindowOffset(): {
  top: number;
  bottom: number;
  left: number;
  right: number;
};
