import { LexicalCommand } from 'lexical'; import type { TranslateAPI } from './types'; export declare const AI_TRANSLATE_AVAILABLE_COMMAND: LexicalCommand; export declare function AITranslateToolbarButton(): import("react/jsx-runtime").JSX.Element | null; interface Props { translateAPI?: TranslateAPI; } export default function AITranslationPlugin(props: Props): null; export {};