import type React from "react"; import type { StyleProp, ViewStyle } from "react-native"; export default interface LuraPlayerNativeProps { ref?: React.RefObject; token?: string; style?: StyleProp; }