import React from 'react';
export declare function HLSCaptionSelector({ isEnabled }: {
    isEnabled: boolean;
}): React.JSX.Element;
