import type { ToolbarComponentTypes } from '@atlaskit/editor-toolbar-model'; import { INPUT_METHOD } from '../analytics'; export declare const getInputMethodFromParentKeys: (parents: ToolbarComponentTypes) => INPUT_METHOD.FLOATING_TB | INPUT_METHOD.TOOLBAR;