import type { UiProps, UiKeyOption } from '@tolgee/core'; import { KeyData } from './KeyDialog/KeyDialog'; export declare const InContextUi: (props: UiProps) => { openKeyDialog(keyData: KeyData): void; getKey(props: { keys: Map; target: HTMLElement; }): Promise; handleElementClick(keysAndDefaults: UiKeyOption[], target: HTMLElement): Promise; };