import React from 'react';
export declare const AskOnDiscord: React.FC<{
    readonly canHaveKeyboardShortcuts: boolean;
}>;
