import { ConfigPlugin } from 'expo/config-plugins'; export type PluginProps = { spacing?: string; dependencies?: string[]; }; declare const withAppGradleDependencies: ConfigPlugin; export default withAppGradleDependencies;