import type { ExpoConfig } from '@expo/config-types'; import type { AndroidManifest } from './Manifest'; import type { ConfigPlugin } from '../Plugin.types'; export declare const withPredictiveBackGesture: ConfigPlugin; export declare function setPredictiveBackGesture(config: Pick, androidManifest: AndroidManifest): AndroidManifest; export declare function getPredictiveBackGestureValue(config: Pick): "false" | "true";