import type { StyleProp, ViewStyle } from "react-native"; export declare type ChangeEventPayload = { value: string; [key: string]: any; }; export declare type ExpoWebexCallingViewProps = { name: string; style?: StyleProp; }; //# sourceMappingURL=ExpoWebexCalling.types.d.ts.map