import { ConfigPlugin } from 'expo/config-plugins'; import { type ConfigPluginProps } from './withIterable.types'; declare const withIterable: ConfigPlugin; export default withIterable;