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