export interface NavigationConstants { statusBarHeight: number; backButtonId: string; topBarHeight: number; bottomTabsHeight: number; } export declare class Constants { static get(): Promise; private static instance; readonly statusBarHeight: number; readonly backButtonId: string; readonly topBarHeight: number; readonly bottomTabsHeight: number; private constructor(); }