import { AVPlaybackStatus, Video, VideoProps } from 'expo-av'; import { ActivityIndicatorProps, TextStyle } from 'react-native'; import { ColorValue } from 'react-native'; import { ErrorType } from './constants'; import { MutableRefObject, ReactNode } from 'react'; import { SliderProps } from '@react-native-community/slider'; export declare type Props = RequiredProps & DefaultProps; export declare const defaultProps: DefaultProps; declare type RequiredProps = { videoProps: VideoProps & { ref?: MutableRefObject