export declare const SYSTEM_GESTURE_MARGIN_PX = 64; export interface SystemBarInsets { top: number; bottom: number; } export declare function androidSystemBarInsets(deviceId?: string, marginPx?: number): Promise; //# sourceMappingURL=androidSystemBars.d.ts.map