import type React from 'react'; export declare const useMediaBuffering: ({ element, shouldBuffer, isPremounting, }: { element: React.RefObject; shouldBuffer: boolean; isPremounting: boolean; }) => boolean;