import { ReactPlayerProps } from '../../types'; interface UseReactPlayerProps { reactPlayerProps: ReactPlayerProps; } export declare const useReactPlayerProps: () => UseReactPlayerProps; export {};