import React from 'react'; export interface MediaPopoverProps { pluginKey?: string; children: React.ReactNode; } export declare function MediaPopover({ pluginKey, children }: MediaPopoverProps): React.JSX.Element;