export declare class WindowController { /** * [Android Only] Hides the navigation bar. */ static hideSystemBars(): any; /** * [Android Only] Shows the navigation bar. */ static showSystemBars(): any; }