import { type ConfigPlugin } from 'expo/config-plugins';
import type { KakaoIosConfig } from './type';
declare const withIos: ConfigPlugin<{
    nativeAppKey: string;
    ios: KakaoIosConfig;
}>;
export { withIos };
