import { ConfigPlugin } from "@expo/config-plugins"; export interface KakaoSigninPluginProps { kakaoAppKey: string; kakaoAppScheme?: string; overrideKakaoSDKVersion?: string; } declare const _default: ConfigPlugin; export default _default; //# sourceMappingURL=index.d.ts.map