import 'react-native-gesture-handler';
import { JSX } from 'react';
import { SDKConfig } from './utils/types';
export interface SavingsSDKProps {
config: SDKConfig;
}
declare const SavingsSDK: ({ config }: SavingsSDKProps) => JSX.Element;
export default SavingsSDK;