import * as React from 'react'; export declare type TelemetryPopoverProps = { mountNode?: HTMLElement; hotKeyHandler?: (e: KeyboardEvent) => boolean; }; export declare const TelemetryPopover: React.FC;