import React from 'react'; export declare function HLSAutoplayBlockedPrompt({ open, unblockAutoPlay, }: { open: boolean; unblockAutoPlay: () => Promise; }): React.JSX.Element;