import type { PopupPlacement } from '@gravity-ui/uikit'; export declare const WIDGET_DECO_CLASS_NAME = "g-md-gpt-widget-deco"; export declare const WIDGET_DECO_SPEC_FLAG = "gpt_widget_deco"; export declare const gptPopupPlacement: PopupPlacement; export declare const gptHotKeys: { openGptKey: string; openGptKeyTooltip: string; presetsKey: (key: string) => string; tryAgainGpt: string; freshStartGpt: string; applyResultGpt: string; closeGpt: string; };