import { type ConfigPlugin } from 'expo/config-plugins'; export type AssetProps = { assets?: string[]; }; declare const _default: ConfigPlugin; export default _default;