import type { StyleProp, ViewStyle } from "react-native"; export default interface LuraPlayerProps { token?: string; style?: StyleProp; }