import type { RefObject } from 'react'; export declare const playAndHandleNotAllowedError: (mediaRef: RefObject, mediaType: 'audio' | 'video', onAutoPlayError: null | (() => void)) => void;