import type { StyleProp, ViewStyle } from "react-native"; export default interface LuraPlayerProps { token?: string; style?: StyleProp; } //# sourceMappingURL=LuraPlayerProps.d.ts.map