export declare class StatusBar { static currentHeight: number; static setHidden(): void; static setBarStyle(): void; static setNetworkActivityIndicatorVisible(): void; static setBackgroundColor(): void; static setTranslucent(): void; static pushStackEntry(props: any): any; static popStackEntry(): void; static replaceStackEntry(entry: any): any; }