import React from 'react';
import type { THelpLink } from './get-help-link';
export declare const HelpLink: React.FC<{
    readonly canHaveKeyboardShortcuts: boolean;
    readonly link: THelpLink;
}>;
