import type { ConfigPlugin } from 'expo/config-plugins';
import type { KakaoAndroidConfig, KakaoIosConfig } from './type';
declare const _default: ConfigPlugin<{
    nativeAppKey: string;
    android?: KakaoAndroidConfig | undefined;
    ios?: KakaoIosConfig | undefined;
}>;
export default _default;
