import type { ConfigPlugin } from 'expo/config-plugins';
import type { KakaoAndroidConfig } from './type';
declare const withAndroid: ConfigPlugin<{
    nativeAppKey: string;
    android: KakaoAndroidConfig;
}>;
export { withAndroid };
