import { ConfigPlugin } from '@expo/config-plugins'; export declare const withAndroidGoogleCast: ConfigPlugin<{ /** * @default '+' */ androidPlayServicesCastFrameworkVersion?: string; expandedController?: boolean; /** * ?? */ receiverAppId?: string; }>;