import React from 'react';
export declare function AnnouncementPopover({ track }: {
    track: React.RefObject<HTMLElement>;
}): JSX.Element | null;
