import * as React from 'react'; import { ExpoMpvViewProps, ExpoMpvViewRef } from './ExpoMpv.types'; type ExpoMpvViewComponentProps = ExpoMpvViewProps & { ref?: React.Ref; }; declare function ExpoMpvView(props: ExpoMpvViewComponentProps): React.JSX.Element; declare namespace ExpoMpvView { var displayName: string; } export default ExpoMpvView; //# sourceMappingURL=ExpoMpvView.d.ts.map