export declare const ScreenWidth: number; export declare const ScreenHeight: number; export declare const isIOS: boolean; export declare const Colors: { darkergray: string; overlay_bright: string; };