export type ConfigPluginProps = {
    iosGoogleMapsApiKey?: string;
    androidGoogleMapsApiKey?: string;
};
